summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-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