mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 13:39:14 +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;
|
end;
|
||||||
|
|
||||||
if Assigned(AWinControl.Parent) then
|
if Assigned(AWinControl.Parent) then
|
||||||
|
begin
|
||||||
|
AGtk3Widget.EndUpdate;
|
||||||
exit;
|
exit;
|
||||||
|
end;
|
||||||
|
|
||||||
//See issue #41412
|
//See issue #41412
|
||||||
CheckAndFixGeometry;
|
CheckAndFixGeometry;
|
||||||
|
Loading…
Reference in New Issue
Block a user