diff --git a/src/graphicswin.cpp b/src/graphicswin.cpp index f91d2ea..c522dee 100644 --- a/src/graphicswin.cpp +++ b/src/graphicswin.cpp @@ -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