mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T455, use combobox in model dialogs as radio boxes are too wide
This commit is contained in:
@@ -403,6 +403,11 @@ namespace BlackGui
|
||||
this->updateViewToCurrentModels();
|
||||
}
|
||||
|
||||
void CDbOwnModelSetComponent::setSimulatorSelectorMode(CSimulatorSelector::Mode mode)
|
||||
{
|
||||
ui->comp_SimulatorSelector->setMode(mode);
|
||||
}
|
||||
|
||||
void CDbOwnModelSetComponent::triggerSetSimulatorDeferred(const CSimulatorInfo &simulator)
|
||||
{
|
||||
this->admitCache(simulator);
|
||||
|
||||
Reference in New Issue
Block a user