Added LCLIntf dependency for gkt and qt only - required for

CalcNonClientHeight workaround
This commit is contained in:
giuliano411 2023-06-21 12:35:08 +02:00
parent 74b814cd70
commit 0b6f778be9

View File

@ -41,6 +41,9 @@ uses
Classes, SysUtils, Math, Classes, SysUtils, Math,
// LCL // LCL
Forms, Controls, Menus, ComCtrls, ExtCtrls, LMessages, Forms, Controls, Menus, ComCtrls, ExtCtrls, LMessages,
{$IF DEFINED(LCLGtk) OR DEFINED(LCLQt)}
LCLIntf,
{$ENDIF}
// LazUtils // LazUtils
LazFileCache, LazFileCache,
// IDEIntf // IDEIntf