mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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_nNrOfNewLine = 0;
|
||||
m_nMaxLineWidth = 0;
|
||||
max_width = 0;
|
||||
m_nMaxTextWidth = 0;
|
||||
|
||||
m_cText = "";
|
||||
m_nMode = SCROLL;
|
||||
|
Reference in New Issue
Block a user