mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 18:08:35 +02:00
ide: revert r51113 as it got solved properly in r51115 #86ee218ac2
git-svn-id: trunk@51116 -
This commit is contained in:
parent
86ee218ac2
commit
3351cc3c41
@ -713,10 +713,9 @@ end;
|
||||
|
||||
procedure TMainIDEBar.Resizing(State: TWindowState);
|
||||
begin
|
||||
if not (wcfClientRectNeedsUpdate in FWinControlFlags) then
|
||||
case State of
|
||||
wsMaximized, wsNormal: DoSetMainIDEHeight(State = wsMaximized);
|
||||
end;
|
||||
case State of
|
||||
wsMaximized, wsNormal: DoSetMainIDEHeight(State = wsMaximized);
|
||||
end;
|
||||
|
||||
inherited Resizing(State);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user