refs #568, allow to set mapping mode by flag

This commit is contained in:
Klaus Basan
2016-01-09 03:24:23 +01:00
parent 6364853264
commit 0326356f43
6 changed files with 10 additions and 10 deletions

View File

@@ -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()