1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

DSD and BFM demods: fixed UDP copy button tooltip when port changes

This commit is contained in:
f4exb
2017-08-25 18:58:53 +02:00
parent 8a60af3e52
commit d84b69633c
2 changed files with 2 additions and 0 deletions
@@ -606,6 +606,7 @@ void DSDDemodGUI::formatStatusText()
void DSDDemodGUI::channelMarkerChanged()
{
this->setWindowTitle(m_channelMarker.getTitle());
displayUDPAddress();
applySettings();
}