From 32ff10ec4d12503f475e88a1dbe1671703022da2 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Mon, 15 Feb 2016 10:00:14 +0100 Subject: [PATCH] Leave the debugging tools dropdown open after click, closes #2768 --- src/windows/top_toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/top_toolbar.c b/src/windows/top_toolbar.c index fa4aa5491b..6349c391e5 100644 --- a/src/windows/top_toolbar.c +++ b/src/windows/top_toolbar.c @@ -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 );