summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 4c5e37e56e..0243d0e7d5 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -932,12 +932,12 @@ static void viewer_draw(int col)
932 932
933 if (prefs.need_scrollbar) 933 if (prefs.need_scrollbar)
934 viewer_scrollbar(); 934 viewer_scrollbar();
935
936 if (col != -1)
937 rb->lcd_update();
938#else 935#else
939 next_screen_to_draw_ptr = next_screen_ptr; 936 next_screen_to_draw_ptr = next_screen_ptr;
940#endif 937#endif
938
939 if (col != -1)
940 rb->lcd_update();
941} 941}
942 942
943static void viewer_top(void) 943static void viewer_top(void)