mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* When a text box is focused, move the write head at the end.
This commit is contained in:
@@ -148,6 +148,7 @@ void TextInputBox::setFocused(bool b)
|
||||
{
|
||||
m_lastFlashed = getTimeMs();
|
||||
m_bCursorOn = true;
|
||||
m_insertHead = int(m_text.size());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user