From ae901c2e5040e70fefc053a9a4c2379f917173ce Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Tue, 18 Aug 2009 22:42:37 +0000 Subject: Scrollbar position: only update it when exiting the menu + FS#10539 by Alexander Levin (change the order of Left/Right) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22414 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index c33b715b95..2f2086ff7e 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -769,7 +769,7 @@ struct user_settings unsigned char remote_ui_vp_config[64]; /* viewport string for the remote lists */ #endif int scrollbar_width; - bool scrollbar_position; /* true=left false=right */ + bool scrollbar_position; /* false=left true=right */ #endif #if CONFIG_CODEC == SWCODEC -- cgit v1.2.3