[TD]Use PropertyXLinkList for external Sources
This commit is contained in:
@@ -86,6 +86,7 @@ short DrawProjGroupItem::mustExecute() const
|
||||
result = (Direction.isTouched() ||
|
||||
XDirection.isTouched() ||
|
||||
Source.isTouched() ||
|
||||
XSource.isTouched() ||
|
||||
Scale.isTouched());
|
||||
}
|
||||
|
||||
@@ -174,6 +175,7 @@ void DrawProjGroupItem::autoPosition()
|
||||
|
||||
void DrawProjGroupItem::onDocumentRestored()
|
||||
{
|
||||
// Base::Console().Message("DPGI::onDocumentRestored() - %s\n", getNameInDocument());
|
||||
App::DocumentObjectExecReturn* rc = DrawProjGroupItem::execute();
|
||||
if (rc) {
|
||||
delete rc;
|
||||
|
||||
Reference in New Issue
Block a user