From 20c7267b5395fd3061923412a45efe92de08e9fd Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Fri, 28 Aug 2015 23:27:31 +0200 Subject: [PATCH] Don't show the Network status toolbar button in the Editors --- src/windows/top_toolbar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windows/top_toolbar.c b/src/windows/top_toolbar.c index 5e5797a3a6..7a46c18738 100644 --- a/src/windows/top_toolbar.c +++ b/src/windows/top_toolbar.c @@ -639,6 +639,7 @@ static void window_top_toolbar_invalidate(rct_window *w) window_top_toolbar_widgets[WIDX_RESEARCH].type = WWT_EMPTY; window_top_toolbar_widgets[WIDX_CHEATS].type = WWT_EMPTY; window_top_toolbar_widgets[WIDX_NEWS].type = WWT_EMPTY; + window_top_toolbar_widgets[WIDX_NETWORK].type = WWT_EMPTY; if (g_editor_step != EDITOR_STEP_LANDSCAPE_EDITOR) { window_top_toolbar_widgets[WIDX_MAP].type = WWT_EMPTY;