mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 07:30:57 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
src/gui/components/cc_detailsline.cpp
src/gui/movieplayer.cpp
src/gui/osd_setup.cpp
src/neutrino.cpp
Origin commit data
------------------
Commit: 609d466302
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-30 (Mon, 30 Jan 2017)
This commit is contained in:
@@ -33,9 +33,12 @@
|
||||
|
||||
#include <neutrino.h>
|
||||
#include <gui/infoclock.h>
|
||||
#include <gui/timeosd.h>
|
||||
#include <driver/neutrinofonts.h>
|
||||
#include <system/debug.h>
|
||||
|
||||
extern CTimeOSD *FileTimeOSD;
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
@@ -134,7 +137,7 @@ void CVolumeBar::initVolumeBarPosition()
|
||||
break;
|
||||
}
|
||||
case VOLUMEBAR_POS_TOP_LEFT:
|
||||
if (CMoviePlayerGui::getInstance().osdTimeVisible())
|
||||
if (FileTimeOSD->IsVisible())
|
||||
y = clock_y + clock_height + v_spacer + OFFSET_SHADOW;
|
||||
break;
|
||||
case VOLUMEBAR_POS_BOTTOM_LEFT:
|
||||
|
Reference in New Issue
Block a user