summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.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.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.cc')
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index c9008f9d55..dcb0dcc835 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -4247,6 +4247,8 @@ Editor::idle_visual_changer ()
super-rapid-screen-update can be dropped if we are still processing
the last one.
*/
+ cerr << "EDITOR:: IDLE VISUAL CHANGE\n";
+
pending_visual_change.idle_handler_id = -1;
pending_visual_change.being_handled = true;