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:
2016-02-18 10:45:16 +01:00
parent d9d6f78eb0
commit 1ba3058bdc

View File

@@ -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();