Fix issues in Locallab Exposure GUI according to Complexity mode

Another fixes:
- Merge problems in default language file
- Remove useless "printf"
This commit is contained in:
Pandagrapher
2020-04-20 14:24:30 +02:00
parent cca6b09768
commit a126a728d0
3 changed files with 13 additions and 185 deletions

View File

@@ -3778,7 +3778,6 @@ void LocallabCBDL::getMaskView(int &colorMask, int &colorMaskinv, int &expMask,
void LocallabCBDL::setDefaultExpanderVisibility()
{
printf("Test: %d\n", expmaskcb->is_visible());
expmaskcb->set_expanded(false);
}