Fix 197 Update the state of checkboxes in menus after failed workplace activation.

This commit is contained in:
phkahler 2020-09-16 17:57:43 -04:00
parent 668fe6f493
commit 094eff755b

View File

@ -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;
}