From 49a9e1ef35085dd1b348bb7949f32cd4db043506 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Fri, 28 Sep 2007 13:49:43 +0000 Subject: Make the gradient look better when more than one line is selected (running time, ID3 info, cuesheet viewer...). I haven't found a solution for scrolling yet, so that won't look too good. The recording screen code needs a bit of adapting too, but I don't have a target to test on, so leave it for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14884 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder/recording.c') diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index bd04d26929..fed2e6767e 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -863,7 +863,7 @@ bool recording_screen(bool no_source) style |= STYLE_COLORBAR; } else if (global_settings.cursor_style == 3) { - style |= STYLE_GRADIENT; + style |= STYLE_GRADIENT | 1; } #endif -- cgit v1.2.3