mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix console opening when only opening and closing debugging tools dropdown
This commit is contained in:
committed by
Michael Steenbeek
parent
7de115263e
commit
2695142fbf
@@ -3200,7 +3200,6 @@ static void top_toolbar_init_debug_menu(rct_window* w, rct_widget* widget)
|
||||
}
|
||||
|
||||
dropdown_set_checked(DDIDX_DEBUG_PAINT, window_find_by_class(WC_DEBUG_PAINT) != nullptr);
|
||||
gDropdownDefaultIndex = DDIDX_CONSOLE;
|
||||
}
|
||||
|
||||
static void top_toolbar_init_network_menu(rct_window* w, rct_widget* widget)
|
||||
|
||||
Reference in New Issue
Block a user