[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-03 15:53:58 -05:00
committed by Chris Hennes
parent 4bb8f7e8eb
commit d2bbd78c67

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()