diff --git a/src/graphicswin.cpp b/src/graphicswin.cpp index 5726164..e1531e5 100644 --- a/src/graphicswin.cpp +++ b/src/graphicswin.cpp @@ -488,7 +488,6 @@ void GraphicsWindow::MenuView(int id) { case MNU_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