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