mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
CMovieBrowser: remove context menu button
I forgot, it's already in footer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5dacec7dee
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-06 (Tue, 06 Dec 2016)
------------------
This commit was generated by Migit
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