You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
-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