瀏覽代碼

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

Juan Linietsky 10 年之前
父節點
當前提交
8a28af024e
共有 2 個文件被更改,包括 401 次插入400 次删除
  1. 400 400
      scene/gui/text_edit.cpp
  2. 1 0
      scene/gui/text_edit.h

文件差異過大導致無法顯示
+ 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 to_line,to_column;
 
+		bool shiftclick_left;
 
 	} selection;
 

部分文件因文件數量過多而無法顯示