summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-17 13:34:23 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-17 13:34:23 +0000
commit804f08f17eea8305cb65b731e705fd397586f3be (patch)
tree3a096e71f8fc9842fc07eee090a0655d8999b1e7 /gtk2_ardour/editor.h
parentf7e28b858a454f2407f4977b3f3072aa1265475e (diff)
potential fix for "crashes" caused by an endless loop of enter/hide events involving the verbose canvas cursor
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6108 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 32d1305c90..e85bf0363f 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -57,6 +57,7 @@
#include "editing.h"
#include "enums.h"
#include "editor_items.h"
+#include "canvas-noevent-text.h"
#include "region_selection.h"
#include "canvas.h"
#include "time_axis_view.h"
@@ -599,7 +600,7 @@ class Editor : public PublicEditor
Gdk::Cursor* which_grabber_cursor ();
ArdourCanvas::Canvas* track_canvas;
- ArdourCanvas::Text* verbose_canvas_cursor;
+ ArdourCanvas::NoEventText* verbose_canvas_cursor;
bool verbose_cursor_visible;
void parameter_changed (const char *);