We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146f0d0 commit 6fdf215Copy full SHA for 6fdf215
src/guiengine/widgets/text_box_widget.cpp
@@ -58,6 +58,7 @@ class MyCGUIEditBox : public CGUIEditBox
58
{
59
for (unsigned n = 0; n < m_listeners.size(); n++)
60
m_listeners[n].onTextUpdated();
61
+ GUIEngine::setWithinATextBox(true);
62
}
63
64
bool handleEnterPressed()
0 commit comments