mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
* Mute icon: Fix minor bugs
- Fix display the mute icon when leaving the audio player - Disable mute icon in channellist when 'Quickzap in list' active or allow - Fix hide the mute icon in movie browser, picture viewer, file browser and upnp browser - Font::RenderString(): Use correct value of y for CFrameBuffer::checkFbArea()
This commit is contained in:
@@ -2371,10 +2371,14 @@ _show:
|
||||
//_show:
|
||||
if(msg == CRCInput::RC_ok)
|
||||
{
|
||||
if (g_settings.channellist_new_zap_mode > 0) /* allow or active */
|
||||
g_audioMute->enableMuteIcon(false);
|
||||
if( !bouquetList->Bouquets.empty() && bouquetList->Bouquets[old_b]->channelList->getSize() > 0)
|
||||
nNewChannel = bouquetList->Bouquets[old_b]->channelList->exec();//with ZAP!
|
||||
else
|
||||
nNewChannel = bouquetList->exec(true);
|
||||
if (g_settings.channellist_new_zap_mode > 0) /* allow or active */
|
||||
g_audioMute->enableMuteIcon(true);
|
||||
} else if(msg == CRCInput::RC_sat) {
|
||||
SetChannelMode(LIST_MODE_SAT);
|
||||
nNewChannel = bouquetList->exec(true);
|
||||
|
Reference in New Issue
Block a user