Defines default visibility of Locallab tool expanders
Also fixes an issue where Blur, Noise & Denoise mask curves weren't available for all complexity mode
This commit is contained in:
@@ -1115,6 +1115,9 @@ void Locallab::openAllTools()
|
||||
{
|
||||
for (auto tool : locallabTools) {
|
||||
tool->setExpanded(true);
|
||||
|
||||
// Set default visibility for tool sub-expanders
|
||||
tool->setDefaultExpanderVisibility();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user