summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-14 02:28:15 -0500
committerDavid Robillard <d@drobilla.net>2014-11-14 02:37:36 -0500
commit5d5d9cb9e262498dc0831dc362fbcb3f92bcdb9f (patch)
tree0d8c9409140382849049cfc76335c632ab0e2162 /gtk2_ardour/midi_region_view.h
parentb630cc81bcecec8b478059e7273f9aa00e18aded (diff)
Fix various sticky/broken cursor issues.
This still isn't quite right, but it's a lot less broken than before, at least.
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index 3fd6625ce9..65ca7df7ab 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -473,6 +473,7 @@ private:
Gdk::Cursor* pre_enter_cursor;
Gdk::Cursor* pre_press_cursor;
+ Gdk::Cursor* pre_note_enter_cursor;
NotePlayer* _note_player;