Skip to content

Commit

Permalink
multi_vfo: fix overlay updates on bookmark click
Browse files Browse the repository at this point in the history
  • Loading branch information
vladisslav2011 committed Dec 11, 2024
1 parent dcd1444 commit 40be943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qtgui/plotter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,7 @@ void CPlotter::mousePressEvent(QMouseEvent * event)
}
}
}
updateOverlay();
}
else if (m_CursorCaptured == CENTER)
{
Expand Down

0 comments on commit 40be943

Please sign in to comment.