Fixed minor UI issues in keypad area

This commit is contained in:
Klaus Basan
2017-10-05 01:26:55 +02:00
committed by Mathew Sutcliffe
parent 9ce37d94be
commit d6aa535236
2 changed files with 47 additions and 104 deletions

View File

@@ -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); }