summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/bitmap/list-skinned.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/gui/bitmap/list-skinned.c b/apps/gui/bitmap/list-skinned.c
index 7d3620e..81ef6fc 100644
--- a/apps/gui/bitmap/list-skinned.c
+++ b/apps/gui/bitmap/list-skinned.c
@@ -177,6 +177,7 @@ bool skinlist_draw(struct screen *display, struct gui_synclist *list)
struct gui_wps wps;
if (!skinlist_is_configured(screen, list))
return false;
+
current_list = list;
wps.display = display;
wps.data = listcfg[screen]->data;
@@ -265,10 +266,6 @@ bool skinlist_draw(struct screen *display, struct gui_synclist *list)
display->set_viewport(parent);
display->update_viewport();
current_drawing_line = list->selected_item;
-#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)
- /* Abuse the callback to force the sbs to update */
- send_event(LCD_EVENT_ACTIVATION, NULL);
-#endif
return true;
}