Shows the RL Deconv. section when in BatchMode
This commit is contained in:
@@ -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 ();
|
||||||
|
@@ -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 ();
|
||||||
|
Reference in New Issue
Block a user