mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 11:01:20 +02:00
Qt: fixed issue #9842. According to qt documentation QtTool flag is always on top of it's parent, so bsSizeToolWin should be ordinary QtWindow.
git-svn-id: trunk@12466 -
This commit is contained in:
parent
5b7d9f24d6
commit
8ff0a64f6e
@ -302,8 +302,9 @@ begin
|
||||
Result := QtDialog;
|
||||
bsToolWindow:
|
||||
Result := QtTool or QtMSWindowsFixedSizeDialogHint;
|
||||
{qt doesn't have sizeToolWin, it's regular qtWindow}
|
||||
bsSizeToolWin:
|
||||
Result := QtTool;
|
||||
Result := QtWindow { QtTool };
|
||||
else
|
||||
Result := QtWidget;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user