From 44203ce955f33135065456f55f1f685131174ba6 Mon Sep 17 00:00:00 2001 From: nick_m Date: Sun, 11 Jan 2015 04:07:31 +1100 Subject: Fix AutomationTrackItem rubberband click thinking it was unhandled. Fix several other cases where a single mouse click could cause several (not nested) selection ops. Fix missing selection memento for midi notes and midi commands. Rename some variables. Fix random style issues. --- gtk2_ardour/selection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/selection.h') diff --git a/gtk2_ardour/selection.h b/gtk2_ardour/selection.h index fe2be2e6e4..7585c0ae56 100644 --- a/gtk2_ardour/selection.h +++ b/gtk2_ardour/selection.h @@ -223,6 +223,8 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList PBD::Signal0 ClearMidiNoteSelection; + std::list > > > > pending_midi_note_selection; + private: PublicEditor const * editor; uint32_t next_time_id; -- cgit v1.2.3