Re: [Lazarus] Code comment conflicts with code in LCL

2018-02-08 Thread Juha Manninen via Lazarus
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 --

[Lazarus] Code comment conflicts with code in LCL

2018-02-03 Thread Graeme Geldenhuys via Lazarus
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