diff --git a/rtgui/resize.cc b/rtgui/resize.cc index a65875426..c48fa246f 100644 --- a/rtgui/resize.cc +++ b/rtgui/resize.cc @@ -190,6 +190,8 @@ void Resize::read (const ProcParams* pp, const ParamsEdited* pedited) set_inconsistent (multiImage && !pedited->resize.enabled); } + setDimensions(); // fixes the issue that values in GUI are not recomputed when loading profile + scale->block(false); sconn.block (false); wconn.block (false);