mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
CAudioPlayerGui: Fix display mute icon
Origin commit data
------------------
Branch: ni/coolstream
Commit: ad7bb42fc6
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-22 (Wed, 22 May 2013)
Origin message was:
------------------
* CAudioPlayerGui: Fix display mute icon
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1641,7 +1641,7 @@ void CAudioPlayerGui::paintItem(int pos)
|
||||
|
||||
void CAudioPlayerGui::paintHead()
|
||||
{
|
||||
if (!m_show_playlist)
|
||||
if (!m_show_playlist || m_screensaver)
|
||||
return;
|
||||
|
||||
int c_rad_mid = RADIUS_MID;
|
||||
|
@@ -621,6 +621,7 @@ int CPictureViewerGui::show()
|
||||
}
|
||||
hide();
|
||||
|
||||
if (!audioplayer)
|
||||
CAudioMute::getInstance()->enableMuteIcon(true);
|
||||
|
||||
return(res);
|
||||
|
Reference in New Issue
Block a user