mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
CW Keyer GUI: fixed play loop collision with file play loop
This commit is contained in:
@@ -138,7 +138,7 @@ void CWKeyerGUI::on_playText_toggled(bool checked)
|
||||
}
|
||||
}
|
||||
|
||||
void CWKeyerGUI::on_playLoop_toggled(bool checked)
|
||||
void CWKeyerGUI::on_playLoopCW_toggled(bool checked)
|
||||
{
|
||||
m_cwKeyer->setLoop(checked);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user