diff options
Diffstat (limited to 'gui/predictivedialog.cpp')
-rw-r--r-- | gui/predictivedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/predictivedialog.cpp b/gui/predictivedialog.cpp index 933667186e..5650fd8e94 100644 --- a/gui/predictivedialog.cpp +++ b/gui/predictivedialog.cpp @@ -995,7 +995,7 @@ void PredictiveDialog::pressEditText() { Common::strlcat(_predictiveResult, _currentWord.c_str(), sizeof(_predictiveResult)); _editText->setEditString(_predictiveResult); //_editText->setCaretPos(_prefix.size() + _currentWord.size()); - _editText->draw(); + _editText->markAsDirty(); } } // namespace GUI |