From 0f9dab42d9e6be26164c5c8b31c49f806934d1ed Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 17 Jul 2012 13:02:57 +0000 Subject: add translucent "shade" to playhead cursor (may remove this in the future) git-svn-id: svn://localhost/ardour2/branches/3.0@13048 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_cursors.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/editor_cursors.h') 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; -- cgit v1.2.3