mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
refs #768, fixed model form selectOnly, also hide drop area when read only
Reported during #780 by RW
This commit is contained in:
@@ -161,6 +161,7 @@ namespace BlackGui
|
||||
|
||||
ui->cb_Wtc->setEnabled(!readOnly);
|
||||
ui->cb_Rank->setEnabled(!readOnly);
|
||||
ui->drop_DropData->setVisible(!readOnly);
|
||||
ui->combined_TypeSelector->setReadOnly(readOnly);
|
||||
}
|
||||
|
||||
@@ -168,6 +169,7 @@ namespace BlackGui
|
||||
{
|
||||
this->setReadOnly(true);
|
||||
ui->aircraft_Selector->setReadOnly(false);
|
||||
ui->drop_DropData->setVisible(true);
|
||||
}
|
||||
|
||||
void CAircraftIcaoForm::clear()
|
||||
|
||||
Reference in New Issue
Block a user