13
0

Don't switch to internal when switching to draw.

This commit is contained in:
David Robillard 2014-12-07 23:59:07 -05:00
parent 4f8714a038
commit 9548b916e7

View File

@ -325,16 +325,6 @@ Editor::mouse_mode_toggled (MouseMode m)
return;
}
switch (m) {
case MouseDraw:
act = ActionManager::get_action (X_("MouseMode"), X_("toggle-internal-edit"));
tact = Glib::RefPtr<ToggleAction>::cast_dynamic(act);
tact->set_active (true);
break;
default:
break;
}
if (_session && mouse_mode == MouseAudition) {
/* stop transport and reset default speed to avoid oddness with
auditioning */