mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 00:23:33 +02:00
2018-05-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug that caused the 'Switcher Matrix' and 'Switcher Output' dropdowns to populate incorrect values when selecting a non-local 'Switcher Host' in the 'Configure RDCatch' dialog in rdadmin(1).
This commit is contained in:
@@ -806,7 +806,7 @@ QStringList EditDecks::GetActiveOutputMatrices()
|
||||
|
||||
edit_matrix_ids.clear();
|
||||
sql=QString("select TYPE,NAME,OUTPUTS,MATRIX from MATRICES where ")+
|
||||
"STATION_NAME=\""+RDEscapeString(edit_station->name())+"\"";
|
||||
"STATION_NAME=\""+RDEscapeString(edit_swstation_box->currentText())+"\"";
|
||||
q=new RDSqlQuery(sql);
|
||||
while(q->next()) {
|
||||
switch((RDMatrix::Type)q->value(0).toInt()) {
|
||||
|
Reference in New Issue
Block a user