From 53a936ab833ea3cfd460d4713f45a8ab98e6620a Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Wed, 6 Oct 2010 12:35:37 +0000 Subject: text viewer: -remove 1px gap at the top and bottom of the screen to maximize the draw erea, especially for small screens. -fix trashes on the vertical scrollbar when scrolled the column left/right. -fix bug that vertical scrllbar sometimes goes up while scrolling down. -don't chage displayed line after closing menu. -use simplelist to select bookmark to make it work better. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28213 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/text_viewer/text_viewer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/text_viewer/text_viewer.c') diff --git a/apps/plugins/text_viewer/text_viewer.c b/apps/plugins/text_viewer/text_viewer.c index 5d06d4b477..3c04499b18 100644 --- a/apps/plugins/text_viewer/text_viewer.c +++ b/apps/plugins/text_viewer/text_viewer.c @@ -60,7 +60,7 @@ enum plugin_status plugin_start(const void* file) atexit(tv_exit); while (!done) { #ifdef HAVE_LCD_BITMAP - if (rb->global_settings->statusbar != STATUSBAR_OFF && preferences->statusbar) + if (preferences->statusbar) rb->send_event(GUI_EVENT_ACTIONUPDATE, NULL); #endif -- cgit v1.2.3