Skip to content

Commit 3531169

Browse files
committed
Changes behavior of setter, fixes issue
1 parent 04a8cf8 commit 3531169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FastColoredTextBox/Range.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public Place Start
177177
get { return start; }
178178
set
179179
{
180-
end = start = value;
180+
start = value;
181181
preferedPos = -1;
182182
OnSelectionChanged();
183183
}

0 commit comments

Comments
 (0)