Skip to content

Commit

Permalink
fix(realization-view): Add styling for all individual layers
Browse files Browse the repository at this point in the history
Co-authored-by: Ernst Würger <ewuerger@users.noreply.github.com>
  • Loading branch information
freshavocado7 and ewuerger committed Jan 2, 2024
1 parent b137fd3 commit 139aed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capellambse_context_diagrams/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,6 @@ def register_realization_view() -> None:
"realization_view",
context.RealizationViewContextAccessor("Realization Diagram"),
)
styles |= capstyle.STYLES.get(dgcls.value, {})
styles.update(capstyle.STYLES.get(dgcls.value, {}))

capstyle.STYLES["Realization Diagram"] = styles

0 comments on commit 139aed0

Please sign in to comment.