summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2016-06-19 16:11:16 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2016-06-19 16:11:16 +0100
commit8cbd0b9ae34f893683bb650813320cfe9d1b3d78 (patch)
tree10e848417c25af980555d6497d0a6f6c0eb79ebc /scene/gui/text_edit.h
parent37d1bf4d53c9e057fa344d37ce208874bf319268 (diff)
Text Edit no longer draws caret on focus loss
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 22f024c491..f01e6de1c9 100644
--- a/scene/gui/text_edit.h
+++ b/scene/gui/text_edit.h
@@ -217,6 +217,7 @@ class TextEdit : public Control {
Timer *caret_blink_timer;
bool caret_blink_enabled;
bool draw_caret;
+ bool window_has_focus;
bool setting_row;
bool wrap;