Merge of Locallab tools with actual GUI
Improvements: - Simplification of default values setting/management Limitations: - Possibility to add/remove Locallab tool isn't working - Even if not fully deactivated, batch mode isn't working anymore for Locallab - Mask preview isn't working anymore
This commit is contained in:
@@ -718,13 +718,8 @@ void ToolPanelCoordinator::updateToolState()
|
||||
temp.push_back(options.tpOpen.at(i + expList.size()));
|
||||
}
|
||||
|
||||
locallab->updateToolState(temp);
|
||||
locallab->setExpanded(true);
|
||||
|
||||
wavelet->updateToolState(temp);
|
||||
retinex->updateToolState(temp);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -753,7 +748,6 @@ void ToolPanelCoordinator::writeToolExpandedStatus(std::vector<int> &tpOpen)
|
||||
tpOpen.push_back(expList.at(i)->get_expanded());
|
||||
}
|
||||
|
||||
locallab->writeOptions(tpOpen);
|
||||
wavelet->writeOptions(tpOpen);
|
||||
retinex->writeOptions(tpOpen);
|
||||
|
||||
|
Reference in New Issue
Block a user