diff options
-rw-r--r-- | layer.txt | 2 | ||||
-rw-r--r-- | src/toolbar_gui.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 b9b2fbd31..2d6f768be 100644 --- a/src/toolbar_gui.cpp +++ b/src/toolbar_gui.cpp @@ -1020,7 +1020,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; } |