From 13746fad4eaf371501e09b5e4818d9cf4a353baf Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 6 Nov 2018 10:32:55 +0100 Subject: only show layer switches for available layers --- layer.txt | 2 +- src/toolbar_gui.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layer.txt b/layer.txt index 9f5c75ab5..f8f2662c2 100644 --- a/layer.txt +++ b/layer.txt @@ -36,7 +36,7 @@ GUI * menu template for management / construction + add selection of number of layers -- only show layer switches for available layers ++ only show layer switches for available layers ? only show tiles of current layer - fix the coordinates in the "help area" - signatures, station names (on all layers), effects (on the desired layer) diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp index b0a00a383..a9d865d81 100644 --- a/src/toolbar_gui.cpp +++ b/src/toolbar_gui.cpp @@ -1028,7 +1028,7 @@ static CallBackFunction MenuClickUnderground(int index) static CallBackFunction ToolbarUndergroundClick(Window *w) { - PopupMainToolbMenu(w, WID_TN_UNDERGROUND, STR_LANDSCAPING_MENU_UNDERGROUND, 5); + PopupMainToolbMenu(w, WID_TN_UNDERGROUND, STR_LANDSCAPING_MENU_UNDERGROUND, 1+LayerCount()); if (_settings_client.sound.click_beep) SndPlayFx(SND_15_BEEP); return CBF_NONE; } -- cgit v1.2.3-54-g00ecf