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:
2018-12-08 23:15:13 +01:00
committed by vanhofen
parent 3540d1d23a
commit 9c3991a4e4
2 changed files with 5 additions and 1 deletions

View File

@@ -947,4 +947,8 @@ void CTextBox::disableBackgroundPaint()
enableBackgroundPaint(false);
}
void CTextBox::setTextRenderModeFullBG(bool mode)
{
m_renderMode = (mode) ? 2 /*Font::FULLBG*/ : 0;
}