diff options
Diffstat (limited to 'apps/gui/bitmap/list.c')
| -rw-r--r-- | apps/gui/bitmap/list.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c index ede0de8..191446e 100644 --- a/apps/gui/bitmap/list.c +++ b/apps/gui/bitmap/list.c @@ -277,7 +277,6 @@ void list_draw(struct screen *display, struct gui_synclist *list) list_icons.x += indent; list_text_vp->x += indent; } - list_icons.width -= indent; list_text_vp->width -= indent; } @@ -393,7 +392,6 @@ void list_draw(struct screen *display, struct gui_synclist *list) list_icons.x -= indent; list_text_vp->x -= indent; } - list_icons.width += indent; list_text_vp->width += indent; } } |