Qt: remove check for QtWindowMaximized and QtWindowFullScreen for now.

git-svn-id: trunk@51916 -
This commit is contained in:
zeljko 2016-03-11 09:26:33 +00:00
parent b46d3bebca
commit 0c0db2477b

View File

@ -7813,9 +7813,7 @@ begin
{$IFDEF QtUseAccurateFrame}
Result := not IsMDIChild and (LCLObject.Parent = nil) and
(TCustomForm(LCLObject).BorderStyle <> bsNone) and
(TCustomForm(LCLObject).FormStyle <> fsSplash) and
(getWindowState and QtWindowMaximized = 0) and
(getWindowState and QtWindowFullScreen = 0);
(TCustomForm(LCLObject).FormStyle <> fsSplash);
{$ENDIF}
end;