From bfef091ac998d5aee355d17f30038ec7e7705a75 Mon Sep 17 00:00:00 2001 From: EvilSpirit Date: Sun, 7 Aug 2016 20:14:18 +0700 Subject: [PATCH] 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). --- src/graphicswin.cpp | 1 - 1 file changed, 1 deletion(-) 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