You've already forked lazarus-ccr
* Implemented draw ghosted images
* fix compilation of Advanced demo * remove some lrs files git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@290 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -277,10 +277,6 @@ var
|
||||
NewItem: TMenuItem;
|
||||
|
||||
begin
|
||||
// High color image lists look much better.
|
||||
ConvertToHighColor(TreeImages);
|
||||
ConvertToHighColor(HeaderImages);
|
||||
|
||||
// To display the various texts in a nice manner we use some specialized fonts of the system.
|
||||
// We could directly assign the font names used here in the OnPaintText event, but since this
|
||||
// would then be the only reference for the font it would cause the font to be recreated every
|
||||
|
Reference in New Issue
Block a user