Merge pull request #6317 from Bezierr/ha-profileload-dev

Resize tool values not computed when profile is loaded
This commit is contained in:
Thanatomanic
2021-08-08 21:00:46 +02:00
committed by GitHub

View File

@@ -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);