diff options
-rw-r--r-- | displaymenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaymenu.c b/displaymenu.c index 1ec42757..c6ca01f1 100644 --- a/displaymenu.c +++ b/displaymenu.c @@ -1247,8 +1247,8 @@ bool cFlatDisplayMenu::SetItemTimer(const cTimer *Timer, int Index, bool Current if( img ) { imageTop = Top + (fontHeight - img->Height()) / 2; menuIconsPixmap->DrawImage( cPoint(imageLeft, imageTop), *img ); - Left += imageHeight + marginItem * 2; } + Left += imageHeight + marginItem * 2; cString ws = cString::sprintf("%d", Channels.MaxNumber()); int w = font->Width(ws); |