mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
CMovieBrowser: reactivate slot for cover paint during scrolling inside epg
Origin commit data
------------------
Branch: ni/coolstream
Commit: 70a29b85b2
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-02-18 (Thu, 18 Feb 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1411,11 +1411,14 @@ void CMovieBrowser::refreshMovieInfo(void)
|
||||
flogo_w = pic->getWidth();
|
||||
pic->setXPos(m_cBoxFrameInfo.iX + m_cBoxFrameInfo.iWidth - flogo_w - 24);
|
||||
}
|
||||
#if 0
|
||||
if (!m_movieSelectionHandler->epgInfo2.empty())
|
||||
if (m_pcInfo->OnAfterScrollPage.empty())
|
||||
|
||||
if (!m_movieSelectionHandler->epgInfo2.empty()){
|
||||
if (m_pcInfo->OnAfterScrollPage.empty()){
|
||||
pic->enableCache();
|
||||
m_pcInfo->OnAfterScrollPage.connect(sigc::mem_fun(pic, &CComponentsPicture::paint0));
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
if (pic)
|
||||
flogo_w = pic->getWidth();
|
||||
|
Reference in New Issue
Block a user