From ad07c23a833b56ea186b15d025d2cca2fddee7d5 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Tue, 10 Apr 2007 01:14:04 +0000 Subject: Accept FS#7004 by Michal Jevjak: Fix new sublines not being displayed after scrolling lines. This bug was introduced in the previous WPS commit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13090 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps-common.c | 2 +- docs/CREDITS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index cc1f13a145..52ef65c141 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -1887,7 +1887,7 @@ bool gui_wps_refresh(struct gui_wps *gwps, { /* if the line is a scrolling one we don't want to update too often, so that it has the time to scroll */ - if (refresh_mode & WPS_REFRESH_SCROLL) + if ((refresh_mode & WPS_REFRESH_SCROLL) || new_subline_refresh) write_line(display, &align, line, true); } else diff --git a/docs/CREDITS b/docs/CREDITS index e454865ad3..6991abe740 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -289,3 +289,4 @@ Denis Stanishevskiy Eddy Coman Luke Blaney Mark Reiche +Michal Jevjak -- cgit v1.2.3