mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-25 16:07:49 +01:00
[Summary] Fixed bug (not in TT) when MoseRange mode was not restored correctly after session save
[Reviewed by] Paul Davis
This commit is contained in:
parent
36fb11c9a1
commit
b2db044c88
1 changed files with 0 additions and 4 deletions
|
|
@ -214,10 +214,6 @@ Editor::mouse_mode_object_range_toggled()
|
|||
Glib::RefPtr<ToggleAction> tact = Glib::RefPtr<ToggleAction>::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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue