Basic channel settings: initialize frequency scale display type

pull/60/head
f4exb 2017-08-27 09:22:50 +02:00
rodzic 4fe318e8d4
commit 081510ef69
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -16,6 +16,7 @@ BasicChannelSettingsDialog::BasicChannelSettingsDialog(ChannelMarker* marker, QW
ui->udpAddress->setText(m_channelMarker->getUDPAddress());
ui->udpPortReceive->setText(QString("%1").arg(m_channelMarker->getUDPReceivePort()));
ui->udpPortSend->setText(QString("%1").arg(m_channelMarker->getUDPSendPort()));
ui->fScaleDisplayType->setCurrentIndex((int) m_channelMarker->getFrequencyScaleDisplayType());
paintColor();
}