mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-07 13:48:28 +02:00
CTextBox: move setTextRenderModeFullBG() into cpp file.
Origin commit data
------------------
Commit: e7f49dbfec
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
This commit is contained in:
@@ -947,4 +947,8 @@ void CTextBox::disableBackgroundPaint()
|
||||
enableBackgroundPaint(false);
|
||||
}
|
||||
|
||||
void CTextBox::setTextRenderModeFullBG(bool mode)
|
||||
{
|
||||
m_renderMode = (mode) ? 2 /*Font::FULLBG*/ : 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user