summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-09-28 13:49:43 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-09-28 13:49:43 +0000
commit49a9e1ef35085dd1b348bb7949f32cd4db043506 (patch)
tree0b3344dc8c91ef9b52f13520024a5d16dc6a16a8 /apps/recorder/recording.c
parentf333c97176bfed3c66c44e44d28ad84d99bc071f (diff)
downloadrockbox-49a9e1ef35085dd1b348bb7949f32cd4db043506.tar.gz
rockbox-49a9e1ef35085dd1b348bb7949f32cd4db043506.zip
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
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r--apps/recorder/recording.c2
1 files changed, 1 insertions, 1 deletions
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)
863 style |= STYLE_COLORBAR; 863 style |= STYLE_COLORBAR;
864 } 864 }
865 else if (global_settings.cursor_style == 3) { 865 else if (global_settings.cursor_style == 3) {
866 style |= STYLE_GRADIENT; 866 style |= STYLE_GRADIENT | 1;
867 } 867 }
868#endif 868#endif
869 869