mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 05:49:30 +02:00
ide: fix flicker when resizing MainIDEBar if AutoAdjustIDEHeight is enabled. Issue #29308
git-svn-id: trunk@51113 -
This commit is contained in:
parent
f42e7fcc66
commit
89d6b735e2
@ -713,9 +713,10 @@ end;
|
||||
|
||||
procedure TMainIDEBar.Resizing(State: TWindowState);
|
||||
begin
|
||||
case State of
|
||||
wsMaximized, wsNormal: DoSetMainIDEHeight(State = wsMaximized);
|
||||
end;
|
||||
if not (wcfClientRectNeedsUpdate in FWinControlFlags) then
|
||||
case State of
|
||||
wsMaximized, wsNormal: DoSetMainIDEHeight(State = wsMaximized);
|
||||
end;
|
||||
|
||||
inherited Resizing(State);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user