mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
Gtk3: fixed regression, forgot TGtk3Widget.EndUpdate. issue #41427
This commit is contained in:
parent
2597a4805d
commit
2e4bce1533
@ -409,7 +409,10 @@ begin
|
||||
end;
|
||||
|
||||
if Assigned(AWinControl.Parent) then
|
||||
begin
|
||||
AGtk3Widget.EndUpdate;
|
||||
exit;
|
||||
end;
|
||||
|
||||
//See issue #41412
|
||||
CheckAndFixGeometry;
|
||||
|
Loading…
Reference in New Issue
Block a user