mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CMovieBrowser: remove context menu button
I forgot, it's already in footer
This commit is contained in:
@@ -1836,7 +1836,7 @@ void CMovieBrowser::refreshTitle(void)
|
|||||||
int h = m_cBoxFrameTitleRel.iHeight;
|
int h = m_cBoxFrameTitleRel.iHeight;
|
||||||
|
|
||||||
if (!m_header){
|
if (!m_header){
|
||||||
m_header = new CComponentsHeader(x, y, w, h, title.c_str(), icon, CComponentsHeader::CC_BTN_HELP | CComponentsHeader::CC_BTN_MENU);
|
m_header = new CComponentsHeader(x, y, w, h, title.c_str(), icon, CComponentsHeader::CC_BTN_HELP);
|
||||||
}
|
}
|
||||||
m_header->paint(CC_SAVE_SCREEN_NO);
|
m_header->paint(CC_SAVE_SCREEN_NO);
|
||||||
newHeader = m_header->isPainted();
|
newHeader = m_header->isPainted();
|
||||||
|
Reference in New Issue
Block a user