mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed bug that setup int parameters do not respect max value
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user