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 := '';
// Initial property values
ObjectTypes:= [otFolders];
FObjectTypes:= [otFolders];
// Populating the base dirs is done in Loaded
end;