mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
moviebrowser: fix max_width in info-box
Origin commit data
------------------
Commit: 301f312673
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-25 (Tue, 25 Oct 2016)
Origin message was:
------------------
- moviebrowser: fix max_width in info-box
This commit is contained in:
@@ -1336,7 +1336,7 @@ void CMovieBrowser::refreshMovieInfo(void)
|
||||
}
|
||||
if (pic)
|
||||
flogo_w = pic->getWidth();
|
||||
m_pcInfo->setText(&m_movieSelectionHandler->epgInfo2, m_cBoxFrameInfo.iWidth - flogo_w - 24);
|
||||
m_pcInfo->setText(&m_movieSelectionHandler->epgInfo2, m_cBoxFrameInfo.iWidth - flogo_w - (flogo_w ? 24 : 0));
|
||||
if (pic)
|
||||
pic->paint(CC_SAVE_SCREEN_NO);
|
||||
}
|
||||
|
Reference in New Issue
Block a user