mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:40:26 +02:00
qt: restore QtTool for bsSizeToolWin for windows platform
git-svn-id: trunk@12470 -
This commit is contained in:
parent
8528701b5f
commit
6fa6c7fd37
@ -302,9 +302,9 @@ begin
|
||||
Result := QtDialog;
|
||||
bsToolWindow:
|
||||
Result := QtTool or QtMSWindowsFixedSizeDialogHint;
|
||||
{qt doesn't have sizeToolWin, it's regular qtWindow}
|
||||
bsSizeToolWin:
|
||||
Result := QtWindow { QtTool };
|
||||
// qt on most platforms (except windows) doesn't have sizeToolWin, it's regular qtWindow
|
||||
Result := {$ifdef windows}QtTool{$else}QtWindow{$endif};
|
||||
else
|
||||
Result := QtWidget;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user