(svn r24730) -Codechange: Allow OSK to simulate widget buttons with index 0.

This commit is contained in:
frosch
2012-11-13 21:46:50 +00:00
parent 6d1fe626f5
commit 67f92f16ed
2 changed files with 7 additions and 7 deletions

View File

@@ -826,7 +826,7 @@ HandleEditBoxResult QueryStringBaseWindow::HandleEditBoxKey(int wid, uint16 key,
void QueryStringBaseWindow::OnOpenOSKWindow(int wid)
{
ShowOnScreenKeyboard(this, wid, 0, 0);
ShowOnScreenKeyboard(this, wid, -1, -1);
}
/** Class for the string query window. */