Solving issue 607: Auto Crop disabled if Auto Fill off
This commit is contained in:
parent
927d796611
commit
3d4efaff06
@ -54,6 +54,7 @@ void LensGeometry::read (const ProcParams* pp, const ParamsEdited* pedited) {
|
||||
fillConn.block (true);
|
||||
fill->set_active (pp->commonTrans.autofill);
|
||||
fillConn.block (false);
|
||||
autoCrop->set_sensitive (!pp->commonTrans.autofill);
|
||||
|
||||
lastFill = pp->commonTrans.autofill;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user