Skip to content

Commit

Permalink
fix: Fix center label with children bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Oct 11, 2024
1 parent 8071393 commit 5bd7897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions capellambse_context_diagrams/collectors/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ def _make_owner_box(
break
else:
children.append(obj_box)
for label in parent_box.labels:
label.layoutOptions = makers.DEFAULT_LABEL_LAYOUT_OPTIONS

self.boxes_to_delete.add(obj.uuid)
return obj.owner

Expand Down

0 comments on commit 5bd7897

Please sign in to comment.