mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
Fix display volumebar when channellist is visible
Origin commit data
------------------
Branch: ni/coolstream
Commit: 65859318d0
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-28 (Tue, 28 Jan 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -124,7 +124,9 @@ void CVolumeBar::initVolumeBarPosition()
|
||||
if (( neutrino->getMode() != CNeutrinoApp::mode_scart ) && ( neutrino->getMode() != CNeutrinoApp::mode_audio) && ( neutrino->getMode() != CNeutrinoApp::mode_pic)) {
|
||||
if ((neutrino->isMuted()) && (!g_settings.mode_clock))
|
||||
x_corr = mute_dx + h_spacer;
|
||||
if (g_settings.mode_clock)
|
||||
if (CNeutrinoApp::getInstance()->getChannellistIsVisible() == true)
|
||||
y += std::max(39, g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->getHeight()) + v_spacer;
|
||||
else if (g_settings.mode_clock)
|
||||
y = clock_y + clock_height + v_spacer + SHADOW_OFFSET;
|
||||
}
|
||||
x = sw - width - x_corr;
|
||||
|
Reference in New Issue
Block a user