summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e6b6695)
raw | patch | inline | side by side (parent: e6b6695)
author | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Thu, 9 May 2019 15:43:29 +0000 (18:43 +0300) | ||
committer | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Thu, 9 May 2019 15:43:29 +0000 (18:43 +0300) |
src/game/g_gui.pas | patch | blob | history |
diff --git a/src/game/g_gui.pas b/src/game/g_gui.pas
index 494839e01324c73d6281594ff0db2a9c60d54d49..07a03c19081dcbf21589dd8569ec03946c26b5c2 100644 (file)
--- a/src/game/g_gui.pas
+++ b/src/game/g_gui.pas
end;
end;
- g_GUIGrabInput := FWindow.FActiveControl = Self;
+ g_GUIGrabInput := (@FOnEnterEvent = nil) and (FWindow.FActiveControl = Self);
g_Touch_ShowKeyboard(g_GUIGrabInput)
end;