0000545: Undo revolve causes crash illegal storage, fix disappearing shape after undo/redo
This commit is contained in:
@@ -58,5 +58,9 @@ void ViewProvider::updateData(const App::Property* prop)
|
||||
strcmp(prop->getName(),"AddShape") == 0) {
|
||||
return;
|
||||
}
|
||||
if (prop->getTypeId() == Part::PropertyPartShape::getClassTypeId() &&
|
||||
strcmp(prop->getName(),"SubShape") == 0) {
|
||||
return;
|
||||
}
|
||||
inherited::updateData(prop);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user