Browse Source

-fix TextEdit shift-click functionality past begin and end of selection (#1004)

Juan Linietsky 10 years ago
parent
commit
8a28af024e
2 changed files with 401 additions and 400 deletions
  1. 400 400
      scene/gui/text_edit.cpp
  2. 1 0
      scene/gui/text_edit.h

File diff suppressed because it is too large
+ 400 - 400
scene/gui/text_edit.cpp


+ 1 - 0
scene/gui/text_edit.h

@@ -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;
 
 

Some files were not shown because too many files changed in this diff