mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
CTextBox: fix build
merge error, max_width is not declared
Origin commit data
------------------
Commit: 6016c60b4c
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-11-05 (Mon, 05 Nov 2012)
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