mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-24 08:31:41 +02: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:
parent
14a4645577
commit
d882ac466b
@ -14662,3 +14662,6 @@
|
|||||||
2014-11-24 Fred Gleason <fredg@paravelsystems.com>
|
2014-11-24 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a regression in 'rdairplay/log_traffic.cpp' that broke
|
* Fixed a regression in 'rdairplay/log_traffic.cpp' that broke
|
||||||
when writing ELR data to a service with a space in its name.
|
when writing ELR data to a service with a space in its name.
|
||||||
|
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].
|
||||||
|
@ -886,7 +886,9 @@ void RDSoundPanel::onairFlagChangedData(bool state)
|
|||||||
|
|
||||||
void RDSoundPanel::scanPanelData()
|
void RDSoundPanel::scanPanelData()
|
||||||
{
|
{
|
||||||
|
if(panel_action_mode==RDAirPlayConf::Normal) {
|
||||||
LoadPanel(panel_type,panel_number);
|
LoadPanel(panel_type,panel_number);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user