summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_cursors.h')
-rw-r--r--gtk2_ardour/editor_cursors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_cursors.h b/gtk2_ardour/editor_cursors.h
index 2e2c654bd1..2b5c46b4a0 100644
--- a/gtk2_ardour/editor_cursors.h
+++ b/gtk2_ardour/editor_cursors.h
@@ -25,7 +25,8 @@ class EditorCursor {
public:
Editor& editor;
ArdourCanvas::Points points;
- ArdourCanvas::Line canvas_item;
+ ArdourCanvas::Line shade;
+ ArdourCanvas::Line canvas_item;
framepos_t current_frame;
double length;