TShellTreeView: don't call SetObjectType in constructor. Part of issue #0027591.

git-svn-id: trunk@48135 -
This commit is contained in:
bart 2015-03-04 16:08:47 +00:00
parent 44025191b0
commit 002d3acb17

View File

@ -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;