summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index d596f43b83..507efac6df 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -1421,7 +1421,6 @@ static bool viewer_options_menu(void)
1421 result = menu_run(m); 1421 result = menu_run(m);
1422 menu_exit(m); 1422 menu_exit(m);
1423#ifdef HAVE_LCD_BITMAP 1423#ifdef HAVE_LCD_BITMAP
1424 rb->lcd_setmargins(0,0);
1425 1424
1426 /* Show-scrollbar mode for current view-width mode */ 1425 /* Show-scrollbar mode for current view-width mode */
1427 init_need_scrollbar(); 1426 init_need_scrollbar();
@@ -1459,9 +1458,6 @@ static void viewer_menu(void)
1459 break; 1458 break;
1460 } 1459 }
1461 menu_exit(m); 1460 menu_exit(m);
1462#ifdef HAVE_LCD_BITMAP
1463 rb->lcd_setmargins(0,0);
1464#endif
1465 viewer_draw(col); 1461 viewer_draw(col);
1466} 1462}
1467 1463