LCL: Fix a comment saying that Graphics could not be used in unit Themes.

git-svn-id: trunk@57276 -
This commit is contained in:
juha 2018-02-08 23:43:21 +00:00
parent 47acd45957
commit a48b727337

View File

@ -46,10 +46,9 @@ unit Themes;
interface
uses
// no Graphics or Controls can be used here to prevent circular references
//
SysUtils, Types, GraphType, Math, Classes, LCLProc, LCLType, Graphics,
TmSchema;
Classes, SysUtils, Types, Math,
// LCL - Controls cannot be used here to prevent circular references
LCLProc, LCLType, GraphType, Graphics, TmSchema;
type
// These are all elements which can be themed.