mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Crash on exit from thumbnails view
This commit is contained in:
parent
f430a8c987
commit
927456793b
1 changed files with 2 additions and 1 deletions
|
|
@ -1154,7 +1154,8 @@ procedure TFileViewWithMainCtrl.WorkerFinished(const Worker: TFileViewWorker);
|
|||
begin
|
||||
inherited WorkerFinished(Worker);
|
||||
MainControl.Cursor := crDefault;
|
||||
UpdateInfoPanel; // Update status line only
|
||||
// Update status line only
|
||||
if not (csDestroying in ComponentState) then UpdateInfoPanel;
|
||||
end;
|
||||
|
||||
procedure TFileViewWithMainCtrl.ShowRenameFileEdit(AFile: TFile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue