mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2014-11-24 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdsound_panel.cpp that caused action mode colors be cleared prematurely [GitHub issue #000038].
This commit is contained in:
@@ -886,7 +886,9 @@ void RDSoundPanel::onairFlagChangedData(bool state)
|
||||
|
||||
void RDSoundPanel::scanPanelData()
|
||||
{
|
||||
LoadPanel(panel_type,panel_number);
|
||||
if(panel_action_mode==RDAirPlayConf::Normal) {
|
||||
LoadPanel(panel_type,panel_number);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user