mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:28:21 +08:00
refs #568, allow to set mapping mode by flag
This commit is contained in:
@@ -100,9 +100,9 @@ namespace BlackGui
|
||||
this->ui->distributor_Selector->setReadOnly(false);
|
||||
}
|
||||
|
||||
void CDistributorForm::setMappingMode()
|
||||
void CDistributorForm::setMappingMode(bool mappingMode)
|
||||
{
|
||||
this->setReadOnly(true);
|
||||
this->setReadOnly(mappingMode);
|
||||
}
|
||||
|
||||
void CDistributorForm::setProvider(Network::IWebDataServicesProvider *webDataReaderProvider)
|
||||
|
||||
Reference in New Issue
Block a user