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:
@ -71,9 +71,6 @@ begin
|
||||
// Always tell the tree how much data space per node it must allocated for us. We can do this here, in the
|
||||
// object inspector or in the OnGetNodeDataSize event.
|
||||
VST3.NodeDataSize := SizeOf(TPropertyData);
|
||||
// The VCL (D7 and lower) still uses 16 color image lists. We create a high color version explicitely because it
|
||||
// looks so much nicer.
|
||||
ConvertToHighColor(TreeImages);
|
||||
end;
|
||||
|
||||
//----------------------------------------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user