From c1bf83aec2961a4e84dbc1c36042bd985f044a91 Mon Sep 17 00:00:00 2001 From: Andreas Brugger Date: Sat, 4 Feb 2006 11:49:02 +0100 Subject: 2006-02-04: Version 1.1-cvs_ext-0.7 (vdr-text2skin-1.1-cvs_ext-0.7.diff) - changed the routines to determine the next timers - added the possibility to have a scrollbar in every menu - not fully implemented yet (to position in menu-lists is not necessarily correct, if there are more items with the same osd-text) --- render.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render.c') diff --git a/render.c b/render.c index 78c5ac6..f523e63 100644 --- a/render.c +++ b/render.c @@ -263,6 +263,7 @@ void cText2SkinRender::DrawObject(const cxObject *Object) // there is no "next tab", use the rightmost edge obj.mPos2.x += Object->mPos1.x; SetEditableWidth(obj.Size().w); + //printf("EditableWidth von '%s': %d Pixels\n", obj.Text().c_str(), obj.Size().w); } obj.mPos2.y += Object->mPos1.y + yoffset; -- cgit v1.2.3