summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-03-10 12:43:21 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-03-10 12:43:21 +0000
commita990ff2920884ba6810dd222fd99ca627fd0e5d6 (patch)
tree66111a2bc5430bbc02c932eed694b22c40199b56 /apps/plugins/viewer.c
parent3631f11feab94aaa1f4da4d7ddb2ea3e746cb9ec (diff)
downloadrockbox-a990ff2920884ba6810dd222fd99ca627fd0e5d6.tar.gz
rockbox-a990ff2920884ba6810dd222fd99ca627fd0e5d6.zip
Accept FS#6747 by Timo Horstschäfer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12704 a1c6a512-1295-4272-9138-f99709370657
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