diff --git a/ide/componentlist.lfm b/ide/componentlist.lfm index 3eddd2a926..979e0c4504 100644 --- a/ide/componentlist.lfm +++ b/ide/componentlist.lfm @@ -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