Skip to content

Commit

Permalink
Fix issue #2374: Folder comparison status not accurately reflected in…
Browse files Browse the repository at this point in the history
… toolbar
  • Loading branch information
sdottaka committed Jul 7, 2024
1 parent 8d16d0a commit acd563f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Src/DirView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,8 @@ void CDirView::DoDirAction(DirActions::method_type func, const String& status_me
ASSERT(rsltScript == &actionScript);
// Now we prompt, and execute actions
ConfirmAndPerformActions(actionScript);
m_firstDiffItem.reset();
m_lastDiffItem.reset();
} catch (ContentsChangedException& e) {
AfxMessageBox(e.m_msg.c_str(), MB_ICONWARNING);
} catch (FileOperationException& e) {
Expand Down

0 comments on commit acd563f

Please sign in to comment.