-fix TextEdit shift-click functionality past begin and end of selection (#1004)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -63,6 +63,7 @@ class TextEdit : public Control {
|
|||||||
int from_line,from_column;
|
int from_line,from_column;
|
||||||
int to_line,to_column;
|
int to_line,to_column;
|
||||||
|
|
||||||
|
bool shiftclick_left;
|
||||||
|
|
||||||
} selection;
|
} selection;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user