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:
Fred Gleason
2014-11-24 16:10:19 -05:00
parent 14a4645577
commit d882ac466b
2 changed files with 6 additions and 1 deletions

View File

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