1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Move editor bottom toolbar to UI module

This commit is contained in:
Marijn van der Werf
2017-11-15 02:29:34 +01:00
parent 8b7322ad6e
commit dceb403ca9
7 changed files with 28 additions and 21 deletions

View File

@@ -264,7 +264,7 @@ static void shortcut_remove_top_bottom_toolbar_toggle()
else
{
context_open_window(WC_TOP_TOOLBAR);
window_editor_bottom_toolbar_open();
context_open_window_view(WV_EDITOR_BOTTOM_TOOLBAR);
}
}
}