From 094eff755b035bab2d5eb8037f5264b0033f3ec5 Mon Sep 17 00:00:00 2001 From: phkahler <14852918+phkahler@users.noreply.github.com> Date: Wed, 16 Sep 2020 17:57:43 -0400 Subject: [PATCH] Fix 197 Update the state of checkboxes in menus after failed workplace activation. --- src/graphicswin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/graphicswin.cpp b/src/graphicswin.cpp index 073fb5d..5aed966 100644 --- a/src/graphicswin.cpp +++ b/src/graphicswin.cpp @@ -1243,6 +1243,8 @@ void GraphicsWindow::MenuRequest(Command id) { "not have a default workplane. Try selecting a " "workplane, or activating a sketch-in-new-workplane " "group.")); + //update checkboxes in the menus + SS.GW.EnsureValidActives(); } break; }