mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -05:00
DSD and BFM demods: fixed UDP copy button tooltip when port changes
This commit is contained in:
parent
8a60af3e52
commit
d84b69633c
@ -192,6 +192,7 @@ bool BFMDemodGUI::handleMessage(const Message& message __attribute__((unused)))
|
|||||||
void BFMDemodGUI::channelMarkerChanged()
|
void BFMDemodGUI::channelMarkerChanged()
|
||||||
{
|
{
|
||||||
this->setWindowTitle(m_channelMarker.getTitle());
|
this->setWindowTitle(m_channelMarker.getTitle());
|
||||||
|
displayUDPAddress();
|
||||||
applySettings();
|
applySettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -606,6 +606,7 @@ void DSDDemodGUI::formatStatusText()
|
|||||||
void DSDDemodGUI::channelMarkerChanged()
|
void DSDDemodGUI::channelMarkerChanged()
|
||||||
{
|
{
|
||||||
this->setWindowTitle(m_channelMarker.getTitle());
|
this->setWindowTitle(m_channelMarker.getTitle());
|
||||||
|
displayUDPAddress();
|
||||||
applySettings();
|
applySettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user