TShellTreeView: fix populating the tree when FileSortType at designtime is not fstNone. Issue #0028565.

git-svn-id: trunk@49741 -
This commit is contained in:
bart 2015-09-02 16:10:41 +00:00
parent f9f232ea0b
commit ca600365bc

View File

@ -508,6 +508,7 @@ var
begin
if FFileSortType=AValue then exit;
FFileSortType:=AValue;
if (csLoading in ComponentState) then Exit;
CurrPath := GetPath;
try
BeginUpdate;