Skip to content

Commit

Permalink
postload forces setting joinSpec
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/arjan/backup/gaphor/gaphor/trunk@1635 a8418922-720d-0410-834f-a69b97ada669
  • Loading branch information
amolenaar committed Jul 15, 2007
1 parent 32e6f69 commit 4f8f61b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gaphor/diagram/activitynodes.py
Expand Up @@ -234,6 +234,11 @@ def load(self, name, value):
DiagramItem.load(self, name, value)
#super(ForkNodeItem, self).load(name, value)

def postload(self):
if self.subject and self.subject.joinSpec:
self._join_spec.text = self.subject.joinSpec.value


@observed
def _set_combined(self, value):
#self.preserve_property('combined')
Expand Down

0 comments on commit 4f8f61b

Please sign in to comment.