Codechange: remove unused path in DrawSortButton and simplify calling

This commit is contained in:
Rubidium
2026-06-14 20:30:16 +02:00
committed by rubidium42
parent fcd33b25a7
commit d519cad60f
13 changed files with 16 additions and 32 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ public:
{
switch (widget) {
case WID_BBS_DROPDOWN_ORDER:
this->DrawSortButtonState(widget, this->bridges.IsDescSortOrder() ? SBS_DOWN : SBS_UP);
this->DrawSortButton(widget, this->bridges.IsDescSortOrder());
break;
case WID_BBS_BRIDGE_LIST: {