object inspector: only show scollbars in the component treeview, if they are needed (bug #9081) from Graeme

git-svn-id: trunk@11333 -
This commit is contained in:
vincents 2007-06-19 06:22:16 +00:00
parent 5497fc4eb9
commit e91eed25eb

View File

@ -3190,6 +3190,7 @@ begin
Align:=alTop;
OnSelectionChanged:=@ComponentTreeSelectionChanged;
Visible:=FShowComponentTree;
Scrollbars := ssAutoBoth;
end;
if ShowComponentTree then
CreateSplitter;