mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 02:38:16 +02:00
Qt: fixed compilation under linux
git-svn-id: trunk@23741 -
This commit is contained in:
parent
01db5428b0
commit
9adbc62b73
@ -167,7 +167,7 @@ begin
|
||||
(Application.MainForm.HandleAllocated) and
|
||||
(Application.MainForm <> AWinControl) then
|
||||
begin
|
||||
if TCustomForm(AWinControl).ShowInTaskBar in [stDefault, stNever]
|
||||
if (TCustomForm(AWinControl).ShowInTaskBar in [stDefault, stNever])
|
||||
{$ifdef linux}
|
||||
{QtTool have not minimize button !}
|
||||
and not (TCustomForm(AWinControl).BorderStyle in [bsSizeToolWin, bsToolWindow])
|
||||
|
Loading…
Reference in New Issue
Block a user