diff --git a/rtgui/resize.cc b/rtgui/resize.cc index 55764d085..0bbb65845 100644 --- a/rtgui/resize.cc +++ b/rtgui/resize.cc @@ -252,6 +252,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);