Revert r48914 #3873e99f24, Restore RowSelect in ComponentList TreeView.Text color was fixed. Issue .

git-svn-id: trunk@48919 -
This commit is contained in:
juha 2015-05-02 21:49:50 +00:00
parent a5d0a6d8bd
commit fa15fb313c

View File

@ -54,6 +54,7 @@ object ComponentListForm: TComponentListForm
Images = imListPalette
Indent = 25
ReadOnly = True
RowSelect = True
ShowButtons = False
ShowLines = False
ShowRoot = False
@ -61,7 +62,7 @@ object ComponentListForm: TComponentListForm
OnChange = ComponentsChange
OnDblClick = ComponentsDblClick
OnKeyPress = TreeKeyPress
Options = [tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoToolTips]
Options = [tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRowSelect, tvoToolTips]
end
end
end