From b2db044c882a27123930f60d5c8a587c309f50ab Mon Sep 17 00:00:00 2001 From: GZharun Date: Mon, 19 Jan 2015 17:48:40 +0200 Subject: [PATCH] [Summary] Fixed bug (not in TT) when MoseRange mode was not restored correctly after session save [Reviewed by] Paul Davis --- gtk2_ardour/editor_mouse.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc index bb59226528..5f1a4f2008 100644 --- a/gtk2_ardour/editor_mouse.cc +++ b/gtk2_ardour/editor_mouse.cc @@ -214,10 +214,6 @@ Editor::mouse_mode_object_range_toggled() Glib::RefPtr tact = Glib::RefPtr::cast_dynamic (act); assert (tact); - if (tact->get_active()) { - m = MouseObject; //Smart mode turned to ON, force editing to Object mode - } - set_mouse_mode(m, true); //call this so the button styles can get updated }