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:
parent
cf9c3310fc
commit
b2ab15c2e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user