bug fix for font handling of newlines and added unit test

This commit is contained in:
Mark Vejvoda
2013-11-14 00:23:01 +00:00
parent 0bc9ed082f
commit ccd6e19683
4 changed files with 28 additions and 69 deletions

View File

@@ -6239,7 +6239,7 @@ void Renderer::renderDisplay() {
coreData.getDisplayFont3D(),
display->getColor(),
metrics.getDisplayX() -1,
metrics.getDisplayY() + metrics.getDisplayH() - 60);
metrics.getDisplayY() + metrics.getDisplayH() - 56);
//progress Bar
if(display->getProgressBar() != -1) {