mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 07:32:41 +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 := '';
|
||||
|
||||
// Initial property values
|
||||
|
||||
ObjectTypes:= [otFolders];
|
||||
FObjectTypes:= [otFolders];
|
||||
|
||||
// Populating the base dirs is done in Loaded
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user