0000545: Undo revolve causes crash illegal storage, fix disappearing shape after undo/redo

This commit is contained in:
wmayer
2012-09-21 13:05:37 +02:00
parent b0631b059c
commit 851e999eac
2 changed files with 5 additions and 0 deletions

View File

@@ -578,6 +578,7 @@ void ViewProviderPartExt::updateVisual(const TopoDS_Shape& inputShape)
faceset ->coordIndex .setNum(0);
faceset ->partIndex .setNum(0);
lineset ->coordIndex .setNum(0);
nodeset ->startIndex .setValue(0);
VisualTouched = false;
return;
}