Skip to content

Commit

Permalink
Merge pull request #382 from gaphor/fix/374-partition-name
Browse files Browse the repository at this point in the history
Trigger updates on name and stereotype change
  • Loading branch information
danyeaw committed Jul 31, 2020
2 parents df9032f + 8eee75d commit da5cfab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gaphor/UML/actions/partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def __init__(self, id=None, model=None):
self.min_width = 100
self.min_height = 300

self.watch("subject[NamedElement].name")
self.watch("subject.appliedStereotype.classifier.name")

@property
def toplevel(self):
return self._toplevel
Expand Down

0 comments on commit da5cfab

Please sign in to comment.