summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_keys.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-02 18:06:46 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-02 18:06:46 +0000
commite5024657fc5970691c7d8f89c49a7bb9895e1b04 (patch)
tree24826daba73d2c1e57c702aa5e24f74203ee5e6c /gtk2_ardour/editor_keys.cc
parentc1f46b15d2d84b1cf6849635996192b146580fde (diff)
Paste to the track under the mouse if we are using the mouse
as the edit point, otherwise use selected tracks (#4595). git-svn-id: svn://localhost/ardour2/branches/3.0@12547 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_keys.cc')
-rw-r--r--gtk2_ardour/editor_keys.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_keys.cc b/gtk2_ardour/editor_keys.cc
index d887697d63..93eba4b79f 100644
--- a/gtk2_ardour/editor_keys.cc
+++ b/gtk2_ardour/editor_keys.cc
@@ -87,6 +87,5 @@ Editor::keyboard_selection_begin ()
void
Editor::keyboard_paste ()
{
- ensure_entered_track_selected (true);
paste (1);
}