Gtk3: fixed regression, forgot TGtk3Widget.EndUpdate. issue #41427

This commit is contained in:
zeljan1 2025-02-13 15:08:43 +01:00
parent 2597a4805d
commit 2e4bce1533

View File

@ -409,7 +409,10 @@ begin
end;
if Assigned(AWinControl.Parent) then
begin
AGtk3Widget.EndUpdate;
exit;
end;
//See issue #41412
CheckAndFixGeometry;