summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc_gui.cpp')
-rw-r--r--src/misc_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index 18ec4d8ee..97d218d71 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -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. */