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:
Fred Gleason
2021-05-07 11:26:41 -04:00
parent 64fbb537c2
commit 7ea4068654
3 changed files with 12 additions and 5 deletions

View File

@@ -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)));