mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 17:36:22 +02:00
TShellTreeView: don't call SetObjectType in constructor. Part of issue #0027591.
git-svn-id: trunk@48135 -
This commit is contained in:
parent
44025191b0
commit
002d3acb17
@ -498,8 +498,7 @@ begin
|
|||||||
FInitialRoot := '';
|
FInitialRoot := '';
|
||||||
|
|
||||||
// Initial property values
|
// Initial property values
|
||||||
|
FObjectTypes:= [otFolders];
|
||||||
ObjectTypes:= [otFolders];
|
|
||||||
|
|
||||||
// Populating the base dirs is done in Loaded
|
// Populating the base dirs is done in Loaded
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user