[TD]clear selection affects vertex display

- clearing the selection here causes the new vertex to not be displayed
This commit is contained in:
wandererfan
2025-11-17 22:28:06 -06:00
committed by Chris Hennes
parent 4bb8f7e8eb
commit d2bbd78c67
-1
View File
@@ -231,7 +231,6 @@ void CmdTechDrawCosmeticVertexGroup::activated(int iMsg)
Base::Console().message("CMD::CVGrp - invalid iMsg: %d\n", iMsg);
};
updateActive();
Gui::Selection().clearSelection();
}
Gui::Action * CmdTechDrawCosmeticVertexGroup::createAction()