summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-02 21:54:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-02 21:54:33 +0000
commit4dedfa9eb438f888b2dcab07d1f63a2b84da233f (patch)
tree744c893a1dfc11a39f960dfeaf913ab0405ab129 /gtk2_ardour/editor_selection.cc
parent284185ca7339a771b662e1d1b119ae909526a1f2 (diff)
fix problem with x-axis origin computation moving the origin at the wrong time
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2820 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_selection.cc')
-rw-r--r--gtk2_ardour/editor_selection.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc
index 1ae304316b..b2d37d1f31 100644
--- a/gtk2_ardour/editor_selection.cc
+++ b/gtk2_ardour/editor_selection.cc
@@ -382,6 +382,8 @@ Editor::set_selected_regionview_from_click (bool press, Selection::Operation op,
vector<RegionView*> all_equivalent_regions;
bool commit = false;
+ cerr << "Set selected regionview from click, op = " << op << " press ? " << press << " ntr ? " << no_track_remove << endl;
+
if (!clicked_regionview || !clicked_audio_trackview) {
return false;
}