mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-19 01:59:20 +02:00
Qt: bugfix - don't set invalid windowstate for mdisubwindows.
git-svn-id: trunk@18682 -
This commit is contained in:
parent
38ed3d71cc
commit
1436d07d97
@ -210,6 +210,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
if TForm(AWinControl).FormStyle <> fsMDIChild then
|
||||
TQtMainWindow(Widget).setWindowState(LCLToQtWindowState[TCustomForm(AWinControl).WindowState]);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user