PartDesign: [skip ci] fix possible segmentation fault in destructors of dressup task panels

This commit is contained in:
wmayer
2020-02-16 20:58:44 +01:00
parent bd36e59866
commit b06251e853
5 changed files with 3 additions and 18 deletions

View File

@@ -196,10 +196,6 @@ double TaskChamferParameters::getLength(void) const
TaskChamferParameters::~TaskChamferParameters()
{
// assure the fillets are shown
showObject();
// remove any highlights and selections
DressUpView->highlightReferences(false);
Gui::Selection().clearSelection();
Gui::Selection().rmvSelectionGate();