mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 23:19:29 +02:00
TShellTreeView: fix populating the tree when FileSortType at designtime is not fstNone. Issue #0028565.
git-svn-id: trunk@49741 -
This commit is contained in:
parent
f9f232ea0b
commit
ca600365bc
@ -508,6 +508,7 @@ var
|
||||
begin
|
||||
if FFileSortType=AValue then exit;
|
||||
FFileSortType:=AValue;
|
||||
if (csLoading in ComponentState) then Exit;
|
||||
CurrPath := GetPath;
|
||||
try
|
||||
BeginUpdate;
|
||||
|
Loading…
Reference in New Issue
Block a user