mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +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:
@@ -16639,3 +16639,8 @@
|
|||||||
2018-04-14 Fred Gleason <fredg@paravelsystems.com>
|
2018-04-14 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Updated 'NEWS'.
|
* Updated 'NEWS'.
|
||||||
* Incremented the package version to 2.19.2.
|
* Incremented the package version to 2.19.2.
|
||||||
|
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).
|
||||||
|
@@ -806,7 +806,7 @@ QStringList EditDecks::GetActiveOutputMatrices()
|
|||||||
|
|
||||||
edit_matrix_ids.clear();
|
edit_matrix_ids.clear();
|
||||||
sql=QString("select TYPE,NAME,OUTPUTS,MATRIX from MATRICES where ")+
|
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);
|
q=new RDSqlQuery(sql);
|
||||||
while(q->next()) {
|
while(q->next()) {
|
||||||
switch((RDMatrix::Type)q->value(0).toInt()) {
|
switch((RDMatrix::Type)q->value(0).toInt()) {
|
||||||
|
Reference in New Issue
Block a user