mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0002401] Access violation after swapping panels whilst quickview is open
This commit is contained in:
parent
f2e5dd8b39
commit
50431e69b9
1 changed files with 2 additions and 0 deletions
|
|
@ -1050,6 +1050,8 @@ begin
|
|||
AFileView:= ActiveFrame;
|
||||
NFileView:= NotActiveFrame;
|
||||
|
||||
if Assigned(QuickViewPanel) then QuickViewClose;
|
||||
|
||||
AFree:= ActiveNotebook.ActivePage.LockState <> tlsDirsInNewTab;
|
||||
if AFree then ActiveNotebook.ActivePage.RemoveComponent(AFileView);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue