diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc index aea06d6410..1a0cd75ba2 100644 --- a/gtk2_ardour/editor_mouse.cc +++ b/gtk2_ardour/editor_mouse.cc @@ -301,6 +301,9 @@ Editor::set_mouse_mode (MouseMode m, bool force) Glib::RefPtr tact = Glib::RefPtr::cast_dynamic (act); assert (tact); + + /* go there and back to ensure that the toggled handler is called to set up mouse_mode */ + tact->set_active (false); tact->set_active (true); }