diff --git a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp index c2215bc693..383bac816b 100644 --- a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp +++ b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp @@ -5808,6 +5808,11 @@ bool ViewProviderSketch::onDelete(const std::vector &subList) signalElementsChanged(); } + // Notes on solving and recomputing: + // + // This function is generally called from StdCmdDelete::activated + // Since 2015-05-03 that function includes a recompute at the end. + /*this->drawConstraintIcons(); this->updateColor();*/