mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
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:
parent
5497fc4eb9
commit
e91eed25eb
@ -3190,6 +3190,7 @@ begin
|
||||
Align:=alTop;
|
||||
OnSelectionChanged:=@ComponentTreeSelectionChanged;
|
||||
Visible:=FShowComponentTree;
|
||||
Scrollbars := ssAutoBoth;
|
||||
end;
|
||||
if ShowComponentTree then
|
||||
CreateSplitter;
|
||||
|
Loading…
Reference in New Issue
Block a user