[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:
GZharun 2015-01-19 17:48:40 +02:00
parent 36fb11c9a1
commit b2db044c88

View file

@ -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
}