fixed bug that setup int parameters do not respect max value

This commit is contained in:
louis
2015-08-10 22:48:52 +02:00
parent b62c4ceae0
commit f44aabb7ac
4 changed files with 4 additions and 2 deletions

View File

@@ -788,7 +788,6 @@ void cView::DoDrawTextBox(int num, cTemplateFunction *func, int x0, int y0) {
DrawText(num, pos, "...", clr, clrBack, fontName, fontSize);
break;
}
esyslog("skindesigner: drawing regular line yLine %d", yLine);
DrawText(num, pos, wrapper.GetLine(line), clr, clrBack, fontName, fontSize);
yLine += fontHeight;
}