From 6ac76734f53b28e3e0bf08c58eb463b16f719d6a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 7 Jun 2017 12:14:44 -0400 Subject: cut buffer must not mess around with libardour selection Fixes range mode selection/cut/copy that would previously clear track selection --- gtk2_ardour/editor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/editor.cc') diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index b16bce9847..2ba470853a 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -390,8 +390,8 @@ Editor::Editor () , _visible_track_count (-1) , toolbar_selection_clock_table (2,3) , automation_mode_button (_("mode")) - , selection (new Selection (this)) - , cut_buffer (new Selection (this)) + , selection (new Selection (this, true)) + , cut_buffer (new Selection (this, false)) , _selection_memento (new SelectionMemento()) , _all_region_actions_sensitized (false) , _ignore_region_action (false) -- cgit v1.2.3