diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugins/viewer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index 1a8b5f1..fbc70fc 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -1450,7 +1450,7 @@ static void viewer_draw(int col) #ifdef HAVE_LCD_BITMAP { rb->lcd_set_drawmode(DRMODE_BG|DRMODE_FG); - rb->lcd_fillrect(left_col, dy, LCD_WIDTH, pf->height); + rb->lcd_fillrect(left_col, dy, LCD_WIDTH - left_col, pf->height); rb->lcd_set_drawmode(DRMODE_SOLID|DRMODE_INVERSEVID); } rb->lcd_putsxy(dx, dy, utf8_buffer); |