mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-15 17:33:43 +02:00
gui/moviebrowser.cpp: do not paint logo if not present
This commit is contained in:
@@ -1264,7 +1264,7 @@ void CMovieBrowser::refreshMovieInfo(void)
|
||||
old_EpgId = m_movieSelectionHandler->epgEpgId >>16;
|
||||
}
|
||||
|
||||
if (CChannelLogo) {
|
||||
if (CChannelLogo && CChannelLogo->hasLogo()) {
|
||||
lx = m_cBoxFrame.iX+m_cBoxFrameTitleRel.iX+m_cBoxFrameTitleRel.iWidth-CChannelLogo->getWidth()-10;
|
||||
ly = m_cBoxFrameTitleRel.iY+m_cBoxFrame.iY+ (m_cBoxFrameTitleRel.iHeight-CChannelLogo->getHeight())/2;
|
||||
CChannelLogo->setXPos(lx - pb_hdd_offset);
|
||||
|
Reference in New Issue
Block a user