From 2c9160767115d3a96a0a5392d473669de61b4022 Mon Sep 17 00:00:00 2001 From: Rubidium Date: Sat, 6 Dec 2025 09:38:50 +0100 Subject: [PATCH] Fix #14839, e4cf6ca0ba: do not set stacked widget height, which might not be shown --- src/timetable_gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/timetable_gui.cpp b/src/timetable_gui.cpp index ea3e253e59..f7413e6678 100644 --- a/src/timetable_gui.cpp +++ b/src/timetable_gui.cpp @@ -240,7 +240,6 @@ struct TimetableWindow : Window { } [[fallthrough]]; - case WID_VT_ARRIVAL_DEPARTURE_SELECTION: case WID_VT_TIMETABLE_PANEL: fill.height = resize.height = GetCharacterHeight(FS_NORMAL); size.height = 8 * resize.height + padding.height;