Skip to content

Commit

Permalink
Fix QuickView update on pressing F7 on the opposite TmpPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Oct 26, 2022
1 parent 5e7e7c1 commit 72e3a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion far2l/src/qview.cpp
Expand Up @@ -325,7 +325,7 @@ void QuickView::Update(int Mode)
if (!EnableUpdate)
return;

if (strCurFileName.IsEmpty())
if (!strCurFileName.IsEmpty())
CtrlObject->Cp()->GetAnotherPanel(this)->UpdateViewPanel();

Redraw();
Expand Down

0 comments on commit 72e3a18

Please sign in to comment.