mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
Enable gradient for all remaining GUI header
Origin commit data
------------------
Branch: ni/coolstream
Commit: b9400110b4
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-10-16 (Thu, 16 Oct 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -423,6 +423,12 @@ void CMsgBox::refreshTitle(void)
|
||||
// first check if title is configured
|
||||
if( !(m_nMode & TITLE)) return;
|
||||
|
||||
CComponentsHeader header(m_cBoxFrameTitleRel.iX+m_cBoxFrame.iX,
|
||||
m_cBoxFrameTitleRel.iY+m_cBoxFrame.iY,
|
||||
m_cBoxFrameTitleRel.iWidth,
|
||||
m_cBoxFrameTitleRel.iHeight, m_cTitle, m_cIcon);
|
||||
header.paint(CC_SAVE_SCREEN_NO);
|
||||
#if 0
|
||||
// draw the background
|
||||
m_pcWindow->paintBoxRel( m_cBoxFrameTitleRel.iX+m_cBoxFrame.iX,
|
||||
m_cBoxFrameTitleRel.iY+m_cBoxFrame.iY,
|
||||
@@ -454,6 +460,7 @@ void CMsgBox::refreshTitle(void)
|
||||
m_cTitle.c_str(),
|
||||
COL_MENUHEAD_TEXT);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user