diff options
Diffstat (limited to 'src/ui/controls/TextControlService.hpp')
-rw-r--r-- | src/ui/controls/TextControlService.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/controls/TextControlService.hpp b/src/ui/controls/TextControlService.hpp index 0d05f2c3..2a7ad0c7 100644 --- a/src/ui/controls/TextControlService.hpp +++ b/src/ui/controls/TextControlService.hpp @@ -202,6 +202,7 @@ class TextControlService : public Object { } void MouseDownHandler(event::MouseButtonEventArgs& args) { + this->control_->RequestFocus(); if (this->select_down_button_.has_value()) { return; } else { |