mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 08:09:22 +02:00
ShellCtrls: fix rasing excption when changing TShellTreeView.FileSortType in designer. Issue #0036055.
git-svn-id: trunk@61823 -
This commit is contained in:
parent
e4ee709026
commit
35506f673d
@ -529,7 +529,7 @@ var
|
||||
begin
|
||||
if FFileSortType=AValue then exit;
|
||||
FFileSortType:=AValue;
|
||||
if (csLoading in ComponentState) then Exit;
|
||||
if (([csLoading,csDesigning] * ComponentState) <> []) then Exit;
|
||||
CurrPath := GetPath;
|
||||
try
|
||||
BeginUpdate;
|
||||
|
Loading…
Reference in New Issue
Block a user