From 62355de33a00e40c20b79d7db1ac2139fd042743 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 23 Dec 2014 13:46:53 -0500 Subject: Fix cursor update on nested entry. For example, if you're in a note and something about the mode changes, it's the underlying region context that needs to change. So, seems we need a stack of entry contexts to deal with this sort of thing. Switching in/out of smart mode still doesn't update immediately because we don't have the y-coordinate needed to update it. --- gtk2_ardour/midi_region_view.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk2_ardour/midi_region_view.h') diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h index 2c81f51122..3cca6b9b81 100644 --- a/gtk2_ardour/midi_region_view.h +++ b/gtk2_ardour/midi_region_view.h @@ -497,7 +497,6 @@ private: PBD::ScopedConnection _mouse_mode_connection; - boost::shared_ptr _note_cursor_ctx; boost::shared_ptr _press_cursor_ctx; NotePlayer* _note_player; -- cgit v1.2.3