CMovieBrowser: reactivate slot for cover paint during scrolling inside epg

This commit is contained in:
2016-02-18 10:45:16 +01:00
parent 8afe4495e7
commit 70a29b85b2

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