Skip to content

Commit

Permalink
redraw and support drag
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzawa-san committed Nov 19, 2024
1 parent b56d2db commit 71f23c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qtgui/plotter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,10 @@ void CPlotter::mousePressEvent(QMouseEvent * event)
m_MinHoldValid = false;
m_histIIRValid = false;
}
emit newDemodFreq(m_DemodCenterFreq, m_DemodCenterFreq - m_CenterFreq);
m_CursorCaptured = CENTER;
m_GrabPosition = 1;
updateOverlay();
}
else
{
Expand Down

0 comments on commit 71f23c1

Please sign in to comment.