On Sun, Feb 4, 2018 at 12:17 AM, Graeme Geldenhuys via Lazarus
wrote:
> // no Graphics or Controls can be used here to prevent circular references
I fixed the comment in r57276.
Controls indeed cannot be used there. It creates a circular reference.
Juha
--
Please see the lcl/themes.pas unit
===
unit Themes;
{$mode objfpc}{$H+}
interface
uses
// no Graphics or Controls can be used here to prevent circular
references
//
SysUtils, Types, GraphType, Math, Classes, LCLProc, LCLType, Graphics,
TmSchema;
typ