Do not clear selection during operations that don't need it.

Specifically, during "Align View onto Workplane" when we are locked
in workplane (in which case it always aligns onto that workplane).
This commit is contained in:
EvilSpirit 2016-08-07 20:14:18 +07:00 committed by whitequark
parent cf9c3310fc
commit b2ab15c2e1

View File

@ -506,7 +506,6 @@ void GraphicsWindow::MenuView(Command id) {
case Command::ONTO_WORKPLANE:
if(SS.GW.LockedInWorkplane()) {
SS.GW.AnimateOntoWorkplane();
SS.GW.ClearSuper();
SS.ScheduleShowTW();
break;
} // if not in 2d mode fall through and use ORTHO logic