diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/gui/gwps-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |