diff options
| author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2016-06-18 16:14:43 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2016-06-18 16:14:43 +0200 |
| commit | 99612207b7ddc1b4e9db06fbc7e7f11cfe4e51fa (patch) | |
| tree | 5e5096897da6d61b54482f62bf9a8b3102657c9a /scene/gui/line_edit.h | |
| parent | 55b83157e70a34a933a2a73f14a0052a832d0287 (diff) | |
| download | redot-engine-99612207b7ddc1b4e9db06fbc7e7f11cfe4e51fa.tar.gz | |
LineEdit: Fix and improve selection behaviour
Diffstat (limited to 'scene/gui/line_edit.h')
| -rw-r--r-- | scene/gui/line_edit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/line_edit.h b/scene/gui/line_edit.h index 586a54e950..fd8d7c0300 100644 --- a/scene/gui/line_edit.h +++ b/scene/gui/line_edit.h @@ -83,7 +83,6 @@ private: int cursor_start; bool enabled; bool creating; - bool old_shift; bool doubleclick; bool drag_attempt; } selection; |
