+ fix problems on unit tests, open transaction when creating distance object, layout warning, ...
This commit is contained in:
@@ -1541,6 +1541,9 @@ void Document::_addObject(DocumentObject* pcObject, const char* pObjectName)
|
||||
}
|
||||
// send the signal
|
||||
signalNewObject(*pcObject);
|
||||
|
||||
d->activeObject = pcObject;
|
||||
signalActivatedObject(*pcObject);
|
||||
}
|
||||
|
||||
/// Remove an object out of the document
|
||||
|
||||
Reference in New Issue
Block a user