summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-11-27 13:21:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-11-27 13:21:21 +0000
commit12fadcc43eb5eb2b5602f7f9c407ff8d11f361de (patch)
tree5b4f074dd6782a701385e6882bea57da51e3e328 /gtk2_ardour/editor_summary.cc
parentc36b0e661d7757939aaf66d8b14d88a042d749a0 (diff)
try another fix for the crash created by rev 13547
git-svn-id: svn://localhost/ardour2/branches/3.0@13554 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_summary.cc')
-rw-r--r--gtk2_ardour/editor_summary.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_summary.cc b/gtk2_ardour/editor_summary.cc
index d86117a415..91db7ca8c1 100644
--- a/gtk2_ardour/editor_summary.cc
+++ b/gtk2_ardour/editor_summary.cc
@@ -562,8 +562,9 @@ EditorSummary::on_motion_notify_event (GdkEventMotion* ev)
y = 0;
}
+ cerr << "Motion notify => " << x << ", " << y << endl;
set_editor (x, y);
- set_cursor (_start_position);
+ // set_cursor (_start_position);
} else if (_zoom_dragging) {
@@ -688,6 +689,8 @@ EditorSummary::set_editor (double const x, double const y)
as it also means that we won't change these variables if an idle handler
is merely pending but not executing. But c'est la vie.
*/
+
+ cerr << "Editor pending idle already queued\n";
return;
}