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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 543b5c0d1d..d63684b793 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -1287,8 +1287,6 @@ static bool viewer_options_menu(void)
1287 result = rb->menu_run(m); 1287 result = rb->menu_run(m);
1288 rb->menu_exit(m); 1288 rb->menu_exit(m);
1289#ifdef HAVE_LCD_BITMAP 1289#ifdef HAVE_LCD_BITMAP
1290 rb->lcd_setmargins(0,0);
1291
1292 /* Show-scrollbar mode for current view-width mode */ 1290 /* Show-scrollbar mode for current view-width mode */
1293 if (!ONE_SCREEN_FITS_ALL()) 1291 if (!ONE_SCREEN_FITS_ALL())
1294 if (prefs.scrollbar_mode == true) 1292 if (prefs.scrollbar_mode == true)
@@ -1328,9 +1326,6 @@ static void viewer_menu(void)
1328 break; 1326 break;
1329 } 1327 }
1330 rb->menu_exit(m); 1328 rb->menu_exit(m);
1331#ifdef HAVE_LCD_BITMAP
1332 rb->lcd_setmargins(0,0);
1333#endif
1334 viewer_draw(col); 1329 viewer_draw(col);
1335} 1330}
1336 1331