mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 07:18: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.HandleAllocated) and
|
||||||
(Application.MainForm <> AWinControl) then
|
(Application.MainForm <> AWinControl) then
|
||||||
begin
|
begin
|
||||||
if TCustomForm(AWinControl).ShowInTaskBar in [stDefault, stNever]
|
if (TCustomForm(AWinControl).ShowInTaskBar in [stDefault, stNever])
|
||||||
{$ifdef linux}
|
{$ifdef linux}
|
||||||
{QtTool have not minimize button !}
|
{QtTool have not minimize button !}
|
||||||
and not (TCustomForm(AWinControl).BorderStyle in [bsSizeToolWin, bsToolWindow])
|
and not (TCustomForm(AWinControl).BorderStyle in [bsSizeToolWin, bsToolWindow])
|
||||||
|
Loading…
Reference in New Issue
Block a user