diff options
Diffstat (limited to 'apps/plugins/viewer.c')
| -rw-r--r-- | apps/plugins/viewer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index 4c5e37e..0243d0e 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -932,12 +932,12 @@ static void viewer_draw(int col) if (prefs.need_scrollbar) viewer_scrollbar(); - - if (col != -1) - rb->lcd_update(); #else next_screen_to_draw_ptr = next_screen_ptr; #endif + + if (col != -1) + rb->lcd_update(); } static void viewer_top(void) |