Shows the RL Deconv. section when in BatchMode

This commit is contained in:
Hombre57
2017-08-30 21:46:58 +02:00
parent aae027da98
commit e6f1b53142
2 changed files with 2 additions and 0 deletions

View File

@@ -455,6 +455,7 @@ void PrSharpening::setBatchMode (bool batchMode)
hcbin->pack_start (*hcbox); hcbin->pack_start (*hcbox);
removeIfThere (edgebin, edgebox, false); removeIfThere (edgebin, edgebox, false);
edgebin->pack_start (*edgebox); edgebin->pack_start (*edgebox);
pack_start (*rld);
radius->showEditedCB (); radius->showEditedCB ();
amount->showEditedCB (); amount->showEditedCB ();

View File

@@ -449,6 +449,7 @@ void Sharpening::setBatchMode (bool batchMode)
hcbin->pack_start (*hcbox); hcbin->pack_start (*hcbox);
removeIfThere (edgebin, edgebox, false); removeIfThere (edgebin, edgebox, false);
edgebin->pack_start (*edgebox); edgebin->pack_start (*edgebox);
pack_start (*rld);
radius->showEditedCB (); radius->showEditedCB ();
amount->showEditedCB (); amount->showEditedCB ();