We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad508a9 commit 2e1e170Copy full SHA for 2e1e170
Engine/EditableText.cs
@@ -131,7 +131,7 @@ private void ValidateTextEdit(TextEdit textEdit)
131
132
private void ValidateTextEditExtent(TextEdit textEdit)
133
{
134
- if (IsValidRange(textEdit))
+ if (!IsValidRange(textEdit))
135
136
throw new ArgumentException(String.Format(
137
CultureInfo.CurrentCulture,
0 commit comments