CTextBox: fix build

merge error, max_width is not declared
This commit is contained in:
2012-11-05 21:19:39 +01:00
parent 694d995415
commit 6016c60b4c

View File

@@ -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;