summaryrefslogtreecommitdiffstats
path: root/apps/gui/bitmap/list.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2013-02-13 09:22:24 +1100
committerJonathan Gordon <rockbox@jdgordon.info>2013-02-13 09:22:24 +1100
commit1cc0809ca2408bb8ed7499c87a67bd1d9f718d8f (patch)
tree03ca107547d50585bc9500780c16f0fc5ab999f4 /apps/gui/bitmap/list.c
parentcb9258ef0fbbd4c0033b8b2ee0742fb94c896bbc (diff)
downloadrockbox-1cc0809ca2408bb8ed7499c87a67bd1d9f718d8f.tar.gz
rockbox-1cc0809ca2408bb8ed7499c87a67bd1d9f718d8f.zip
list widget: undo part of aaf3065
It fixed a simulator warning in the skin debug screen but broke the icons in the database folder chooser. Proper fix shortly. Change-Id: If366daacc440f937c40960112477b8f6136b72b9
Diffstat (limited to 'apps/gui/bitmap/list.c')
-rw-r--r--apps/gui/bitmap/list.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c
index ede0de8881..191446e186 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;
}
}