* modified task window to define what the bracketed numbers mean.
* modified main page banner to use actual deck names and not the filename when displaying stats information.
This commit is contained in:
@@ -181,6 +181,11 @@ std::string VerticalTextScroller::wordWrap(std::string sentence, float width)
|
||||
numLines++;
|
||||
}
|
||||
}
|
||||
else if ( sentence[idx] == '\n' )
|
||||
{
|
||||
numLines++;
|
||||
breakIdx = idx;
|
||||
}
|
||||
}
|
||||
if ( numLines * mFont->GetHeight() > mHeight )
|
||||
mScrollerInitialized = true;
|
||||
|
||||
Reference in New Issue
Block a user