1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Leave the debugging tools dropdown open after click, closes #2768

This commit is contained in:
Gymnasiast
2016-02-15 10:00:14 +01:00
parent c441d2f6f4
commit 32ff10ec4d

View File

@@ -2953,7 +2953,7 @@ void top_toolbar_init_debug_menu(rct_window* w, rct_widget* widget)
w->y + widget->top,
widget->bottom - widget->top + 1,
w->colours[0] | 0x80,
0,
DROPDOWN_FLAG_STAY_OPEN,
5
);