when removing faces in thickness tool via context menu then remove selection gate

This commit is contained in:
wmayer
2017-04-15 13:29:19 +02:00
parent e96aafd6e1
commit 7a97e815c1

View File

@@ -136,6 +136,8 @@ void TaskThicknessParameters::onRefDeleted(void)
pcThickness->Base.setValue(base, faces);
ui->listWidgetReferences->model()->removeRow(ui->listWidgetReferences->currentRow());
pcThickness->getDocument()->recomputeFeature(pcThickness);
clearButtons(none);
exitSelectionMode();
}
void TaskThicknessParameters::onValueChanged(double angle)