Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Nov 19, 2023
1 parent c48e17e commit 1269a76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Src/WebPageDiffFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@ void CWebPageDiffFrame::OnWebDiffEvent(const WebDiffEvent& event)
{
switch (event.type)
{
case WebDiffEvent::NavigationStarting:
UpdateLastCompareResult();
break;
case WebDiffEvent::SourceChanged:
case WebDiffEvent::TabChanged:
{
Expand All @@ -345,6 +342,9 @@ void CWebPageDiffFrame::OnWebDiffEvent(const WebDiffEvent& event)
case WebDiffEvent::ZoomFactorChanged:
UpdateWebPageDiffBar();
break;
case WebDiffEvent::CompareStateChanged:
UpdateLastCompareResult();
break;
}
}

Expand Down

0 comments on commit 1269a76

Please sign in to comment.