1
0
Fork 0

Codefix: Incorrect type for OnDropdownSelect widget parameter. (#14074)

pull/14082/head
Peter Nelson 2025-04-22 22:44:25 +01:00 committed by GitHub
parent 4149384ebc
commit d028c7f9e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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) {