diff options
| author | oy <Tom_Adams@web.de> | 2012-01-08 13:36:47 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2012-01-08 13:36:47 +0100 |
| commit | a9db705c1497044b32d5a722d484b275af92246a (patch) | |
| tree | 5e6131a00eb3e0329df323c732fbca72d81f8f10 /src/game/editor/editor.h | |
| parent | f8b895181a19a53a47c04fd6ed273c36a4c02c21 (diff) | |
| download | zcatch-a9db705c1497044b32d5a722d484b275af92246a.tar.gz zcatch-a9db705c1497044b32d5a722d484b275af92246a.zip | |
fixed that refocus is done when using Home-key in a editor edit box. Closes #821
Diffstat (limited to 'src/game/editor/editor.h')
| -rw-r--r-- | src/game/editor/editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |