From f974fec2bc69340a651e338bb7b014b5e1ba5db7 Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Sun, 4 Jun 2017 07:55:28 +0200 Subject: [PATCH] Clarify solver situation at the end of of ViewProvider::OnDelete --- src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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();*/