mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 12:49:21 +02:00
LCL: Fix a comment saying that Graphics could not be used in unit Themes.
git-svn-id: trunk@57276 -
This commit is contained in:
parent
47acd45957
commit
a48b727337
@ -46,10 +46,9 @@ unit Themes;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
// no Graphics or Controls can be used here to prevent circular references
|
Classes, SysUtils, Types, Math,
|
||||||
//
|
// LCL - Controls cannot be used here to prevent circular references
|
||||||
SysUtils, Types, GraphType, Math, Classes, LCLProc, LCLType, Graphics,
|
LCLProc, LCLType, GraphType, Graphics, TmSchema;
|
||||||
TmSchema;
|
|
||||||
|
|
||||||
type
|
type
|
||||||
// These are all elements which can be themed.
|
// These are all elements which can be themed.
|
||||||
|
Loading…
Reference in New Issue
Block a user