Skip to content

Commit 6fdf215

Browse files
Fix out-of-focus text box widget when alphabet characters are assigned as navigation
1 parent 146f0d0 commit 6fdf215

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guiengine/widgets/text_box_widget.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class MyCGUIEditBox : public CGUIEditBox
5858
{
5959
for (unsigned n = 0; n < m_listeners.size(); n++)
6060
m_listeners[n].onTextUpdated();
61+
GUIEngine::setWithinATextBox(true);
6162
}
6263

6364
bool handleEnterPressed()

0 commit comments

Comments
 (0)