ide: revert r51113 as it got solved properly in r51115 #86ee218ac2

git-svn-id: trunk@51116 -
This commit is contained in:
ondrej 2016-01-02 12:01:42 +00:00
parent 86ee218ac2
commit 3351cc3c41

View File

@ -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;