summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2017-08-22 20:02:08 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2017-08-22 20:04:19 +0100
commit24c6c097f360c4bdaf20e9057177995c76784f6c (patch)
tree9e526bfa5c65430e9631eca3bc4c2e43404d7ccc /scene/gui/text_edit.h
parent294e912a843cde241f9abf619f5d40df9ef6ef9f (diff)
Stops scrolling when the user issues another command
Diffstat (limited to 'scene/gui/text_edit.h')
-rw-r--r--scene/gui/text_edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/text_edit.h b/scene/gui/text_edit.h
index 1abfe368dd..6321cad2da 100644
--- a/scene/gui/text_edit.h
+++ b/scene/gui/text_edit.h
@@ -299,6 +299,7 @@ class TextEdit : public Control {
void adjust_viewport_to_cursor();
void _scroll_moved(double);
void _update_scrollbars();
+ void _v_scroll_input();
void _click_selection_held();
void _pre_shift_selection();