mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 03:19:17 +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
|
begin
|
||||||
if FFileSortType=AValue then exit;
|
if FFileSortType=AValue then exit;
|
||||||
FFileSortType:=AValue;
|
FFileSortType:=AValue;
|
||||||
|
if (csLoading in ComponentState) then Exit;
|
||||||
CurrPath := GetPath;
|
CurrPath := GetPath;
|
||||||
try
|
try
|
||||||
BeginUpdate;
|
BeginUpdate;
|
||||||
|
Loading…
Reference in New Issue
Block a user