make subassembly constraints always accessible

This commit is contained in:
Stefan Tröger
2013-12-22 19:58:59 +01:00
parent c5542ab221
commit 1b2f219d31
8 changed files with 66 additions and 26 deletions

View File

@@ -83,7 +83,9 @@ TaskAssemblyConstraints::TaskAssemblyConstraints(ViewProviderConstraint* vp)
};
if(ass)
ass->execute();
ass->getToplevelAssembly()->execute();
else
return;
//get the individual constraint settings
ui->value->setValue(obj->Value.getValue());