mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Simulator selector style
This commit is contained in:
committed by
Mat Sutcliffe
parent
0ac6739377
commit
04e02fd074
@@ -73,15 +73,9 @@ namespace BlackGui
|
||||
switch (mode)
|
||||
{
|
||||
default:
|
||||
case CheckBoxes:
|
||||
ui->wi_CheckBoxes->setVisible(true);
|
||||
break;
|
||||
case RadioButtons:
|
||||
ui->wi_RadioButtons->setVisible(true);
|
||||
break;
|
||||
case ComboBox:
|
||||
ui->wi_ComboBox->setVisible(true);
|
||||
break;
|
||||
case CheckBoxes: ui->wi_CheckBoxes->setVisible(true); break;
|
||||
case RadioButtons: ui->wi_RadioButtons->setVisible(true); break;
|
||||
case ComboBox: ui->wi_ComboBox->setVisible(true); break;
|
||||
}
|
||||
this->setToLastSelection();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user