Fix picker tool item selection in rail/road station and waypoint windows

This commit is contained in:
Jonathan G Rennison
2024-02-03 12:02:58 +00:00
parent 48c97d6cde
commit 7d92f185d3
3 changed files with 10 additions and 4 deletions

View File

@@ -610,6 +610,8 @@ public:
void SetScrollbar(Scrollbar *sb);
int GetCurrentElement() const;
void SetCurrentElement(int current_element) { this->current_element = current_element; }
void SetupSmallestSize(Window *w) override;
void AssignSizePosition(SizingType sizing, int x, int y, uint given_width, uint given_height, bool rtl) override;
void FillWidgetLookup(WidgetLookup &widget_lookup) override;