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:
Pandagrapher
2020-04-20 12:45:01 +02:00
parent dd4eb44971
commit 7197d2c736
4 changed files with 112 additions and 40 deletions

View File

@@ -1115,6 +1115,9 @@ void Locallab::openAllTools()
{
for (auto tool : locallabTools) {
tool->setExpanded(true);
// Set default visibility for tool sub-expanders
tool->setDefaultExpanderVisibility();
}
}