mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
refs #568, allow to set mapping mode by flag
This commit is contained in:
@@ -100,9 +100,9 @@ namespace BlackGui
|
||||
this->ui->color_Tail->setReadOnly(readOnly);
|
||||
}
|
||||
|
||||
void CLiveryForm::setMappingMode()
|
||||
void CLiveryForm::setMappingMode(bool mappingMode)
|
||||
{
|
||||
this->setReadOnly(true);
|
||||
this->setReadOnly(mappingMode);
|
||||
}
|
||||
|
||||
void CLiveryForm::clear()
|
||||
|
||||
Reference in New Issue
Block a user