Revert "App: fix property ordering problem when undo/redo (#3255)"
This reverts commit 24d30636e4fb990fdbd67538360846ff09456dfc.
This commit is contained in:
@@ -701,7 +701,3 @@ std::string ViewProviderDocumentObject::getFullName() const {
|
||||
return pcObject->getFullName() + ".ViewObject";
|
||||
return std::string("?");
|
||||
}
|
||||
|
||||
App::Document *ViewProviderDocumentObject::getOwnerDocument() const {
|
||||
return pcObject?pcObject->getDocument():0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user