mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CTextBox: fix build
merge error, max_width is not declared
This commit is contained in:
@@ -146,7 +146,7 @@ void CTextBox::initVar(void)
|
|||||||
m_showTextFrame = 0;
|
m_showTextFrame = 0;
|
||||||
m_nNrOfNewLine = 0;
|
m_nNrOfNewLine = 0;
|
||||||
m_nMaxLineWidth = 0;
|
m_nMaxLineWidth = 0;
|
||||||
max_width = 0;
|
m_nMaxTextWidth = 0;
|
||||||
|
|
||||||
m_cText = "";
|
m_cText = "";
|
||||||
m_nMode = SCROLL;
|
m_nMode = SCROLL;
|
||||||
|
Reference in New Issue
Block a user