Clarify solver situation at the end of of ViewProvider::OnDelete

This commit is contained in:
Abdullah Tahiri
2017-06-04 07:55:28 +02:00
committed by wmayer
parent 48f76bd0af
commit f974fec2bc

View File

@@ -5808,6 +5808,11 @@ bool ViewProviderSketch::onDelete(const std::vector<std::string> &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();*/