From a9db705c1497044b32d5a722d484b275af92246a Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 8 Jan 2012 13:36:47 +0100 Subject: fixed that refocus is done when using Home-key in a editor edit box. Closes #821 --- src/game/editor/editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/editor/editor.h') diff --git a/src/game/editor/editor.h b/src/game/editor/editor.h index f5d43dae..99ec964c 100644 --- a/src/game/editor/editor.h +++ b/src/game/editor/editor.h @@ -478,6 +478,7 @@ public: m_Mode = MODE_LAYERS; m_Dialog = 0; + m_EditBoxActive = 0; m_pTooltip = 0; m_GridActive = false; @@ -567,6 +568,7 @@ public: int m_Mode; int m_Dialog; + int m_EditBoxActive; const char *m_pTooltip; bool m_GridActive; -- cgit 1.4.1