mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 01:23:43 +02:00
2021-05-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdadmin(1) where clicking the 'OK' button in the 'Edit Switcher' dialog would cause an error dialog to appear with a 'primary serial device not active' warning. The following devices are affected: 'Local GPIO', 'Local Audio Adapter', 'Logitek vGuest', 'Livewire LWRP Audio', and 'Kernel GPIO'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -119,6 +119,7 @@ EditMatrix::EditMatrix(RDMatrix *matrix,QWidget *parent)
|
||||
edit_porttype_label->setAlignment(Qt::AlignRight|Qt::AlignVCenter);
|
||||
edit_porttype_box->insertItem(tr("Serial"));
|
||||
edit_porttype_box->insertItem(tr("TCP/IP"));
|
||||
edit_porttype_box->insertItem(tr("None"));
|
||||
connect(edit_porttype_box,SIGNAL(activated(int)),
|
||||
this,SLOT(portTypeActivatedData(int)));
|
||||
|
||||
|
Reference in New Issue
Block a user