From 13adb2d599ad8ce2544d6a10c5609d23a00d7330 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 21 Nov 2008 10:44:10 +0000 Subject: other part of that fix from markus s. for visual state operations git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4230 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_ops.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index 0572665fa2..7bb4188e40 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -6176,7 +6176,7 @@ void Editor::cancel_visual_state_op (uint32_t n) { if (visual_state_op_connection.empty()) { - visual_state_op_connection.disconnect(); + // visual_state_op_connection.disconnect(); goto_visual_state (n); } } -- cgit v1.2.3