+ fix problems on unit tests, open transaction when creating distance object, layout warning, ...

This commit is contained in:
wmayer
2015-01-25 14:04:33 +01:00
parent 69605efc46
commit 85bc04f0a0
7 changed files with 38 additions and 24 deletions

View File

@@ -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