From f8adc43c64304d6e4b8c66c90874731892b16e0c Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Mon, 5 Oct 2009 12:18:56 +0000 Subject: Fix red - forgot one #ifdef git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22948 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/bitmap/list.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/gui/bitmap') diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c index f65a1a8d0b..8f5589dd2f 100644 --- a/apps/gui/bitmap/list.c +++ b/apps/gui/bitmap/list.c @@ -411,7 +411,8 @@ unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list) an item when he wanted to use the scrollbar, due to touchscreen dead zones) */ - if(global_settings.scrollbar == SCROLLBAR_RIGHT && + /* TODO: Support RTL mode */ + if(global_settings.scrollbar == SCROLLBAR_SHOW_OPPOSITE && x > list_text[screen].x + list_text[screen].width - get_icon_width(SCREEN_MAIN)) return ACTION_NONE; -- cgit v1.2.3