Some fixes to window placement

This commit is contained in:
Sergii Pylypenko
2014-06-02 23:25:47 +03:00
parent 9bdda2756b
commit 7e6e95c34c
6 changed files with 59 additions and 19 deletions

View File

@@ -461,6 +461,7 @@ struct MainWindow : Window
if (!gui_scope) return;
/* Forward the message to the appropriate toolbar (ingame or scenario editor) */
InvalidateWindowData(WC_MAIN_TOOLBAR, 0, data, true);
InvalidateWindowData(WC_MAIN_TOOLBAR_RIGHT, 0, data, true);
}
static HotkeyList hotkeys;