mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Fixed minor UI issues in keypad area
This commit is contained in:
committed by
Mathew Sutcliffe
parent
9ce37d94be
commit
d6aa535236
@@ -89,7 +89,7 @@ namespace BlackGui
|
||||
}
|
||||
}
|
||||
|
||||
foreach (int floatingIndex, floatingIndexes)
|
||||
for (int floatingIndex : floatingIndexes)
|
||||
{
|
||||
QPushButton *pb = this->mainInfoAreaToButton(static_cast<CMainInfoAreaComponent::InfoArea>(floatingIndex));
|
||||
if (pb) { pb->setChecked(true); }
|
||||
|
||||
Reference in New Issue
Block a user