1
0
Fork 0

Codefix: Incorrect type for OnDropdownSelect widget parameter.

pull/14074/head
Peter Nelson 2025-04-22 18:19:43 +01:00
parent 415ac07a08
commit 0065676229
No known key found for this signature in database
GPG Key ID: 8EF8F0A467DF75ED
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ public:
} }
} }
void OnDropdownSelect(int widget, int index) override void OnDropdownSelect(WidgetID widget, int index) override
{ {
if (widget == WID_STL_SORTDROPBTN) { if (widget == WID_STL_SORTDROPBTN) {
if (this->stations.SortType() != index) { if (this->stations.SortType() != index) {