mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:28:15 +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:
@@ -34,6 +34,13 @@ namespace BlackGui
|
||||
ui->editor_Livery->setReadOnly(readOnly);
|
||||
}
|
||||
|
||||
void CAircraftModelForm::setSelectOnly()
|
||||
{
|
||||
ui->editor_AircraftIcao->setSelectOnly();
|
||||
ui->editor_Distributor->setSelectOnly();
|
||||
ui->editor_Livery->setSelectOnly();
|
||||
}
|
||||
|
||||
CStatusMessageList CAircraftModelForm::validate(bool withNestedForms) const
|
||||
{
|
||||
CStatusMessageList msgs;
|
||||
|
||||
Reference in New Issue
Block a user