mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +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
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user