You've already forked lazarus-ccr
* Merge fixes from 4.8 branch
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1239 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -167,7 +167,9 @@ implementation
|
||||
'VariableNodeHeight',
|
||||
'FullRowDrag',
|
||||
'NodeHeightResize',
|
||||
'NodeHeightDblClickResize'
|
||||
'NodeHeightDblClickResize',
|
||||
'EditOnClick',
|
||||
'EditOnDblClick'
|
||||
);
|
||||
|
||||
aPaintOpts : array[0..Ord(High(TVTPaintOption ))] of string[25] =
|
||||
@ -191,7 +193,8 @@ implementation
|
||||
'UseBlendedSelection', // Enable alpha blending for node selections.
|
||||
'StaticBackground',
|
||||
'ChildrenAbove',
|
||||
'FixedIndent'
|
||||
'FixedIndent',
|
||||
'UseExplorerTheme'
|
||||
);
|
||||
|
||||
aSelOpts : array[0..Ord(High(TVTSelectionOption))] of string[25] =
|
||||
|
Reference in New Issue
Block a user