mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CComponentsText: move setTextRenderModeFullBG() to text object
This is mostly required here
This commit is contained in:
@@ -398,10 +398,6 @@ void CComponentsHeader::initGradient()
|
||||
cc_gradientData.gradientBuf = cc_gradientBuf;
|
||||
cc_gradientData.direction = CFrameBuffer::gradientVertical;
|
||||
cc_gradientData.mode = CFrameBuffer::pbrg_noOption;
|
||||
|
||||
CTextBox* ctb = cch_text_obj->getCTextBoxObject();
|
||||
if (ctb)
|
||||
ctb->setTextRenderModeFullBG(true);
|
||||
}
|
||||
|
||||
void CComponentsHeader::initCCItems()
|
||||
|
Reference in New Issue
Block a user