mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 21:59:14 +02:00
Qt: remove check for QtWindowMaximized and QtWindowFullScreen for now.
git-svn-id: trunk@51916 -
This commit is contained in:
parent
b46d3bebca
commit
0c0db2477b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user