Fem: Clean-up code

This commit is contained in:
wmayer
2024-06-18 19:58:16 +02:00
parent b7e0313591
commit 57489af043
4 changed files with 7 additions and 12 deletions

View File

@@ -69,9 +69,6 @@ bool TaskDlgCreateElementSet::accept()
try {
FemSetElementNodesObject->Elements.setValues(param->elementTempSet);
FemSetElementNodesObject->recomputeFeature();
// Gui::Document* doc = Gui::Application::Instance->activeDocument();
// if(doc)
// doc->resetEdit();
param->MeshViewProvider->resetHighlightNodes();
FemSetElementNodesObject->Label.setValue(name->name);
Gui::Command::doCommand(Gui::Command::Gui, "Gui.activeDocument().resetEdit()");