rockbox/apps/gui/bitmap
Aidan MacDonald cdd1f90131 touchscreen: Respect list item selection size
Some lists have tall items that span more than one line of text,
eg. the bookmark menu or ID3 tag menu. The touchscreen code didn't
handle these menus correctly and touching on the lower part of a
list item could select "between" two items, leading to incorrect
rendering and behavior due to callers relying on the selected item
being properly aligned to the selection size. Fix this by ensuring
the touch code only generates properly aligned selections.

Change-Id: I73945bb0947590517a005754bd447639e22812e2
2021-08-10 23:33:00 +01:00
..
list-skinned.c list-skinned.c check label pointer for validity 2021-08-03 02:49:17 +00:00
list.c touchscreen: Respect list item selection size 2021-08-10 23:33:00 +01:00