Skip to content

Commit

Permalink
remove hotfix for eclipse-elk/elk#841 that is now included since release
Browse files Browse the repository at this point in the history
0.9.0
  • Loading branch information
NiklasRentzCAU committed Nov 21, 2024
1 parent aa5b1c5 commit 825f66e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 249 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class LabelPlacementSideHook extends SynthesisHook {

if (ON_EDGE_ARROWS) {
inlineLabelConfigurator.addDecoratorRenderingProvider(
DirectionalArrowsDecoratorHotFixed.create()
DirectionalArrowsDecorator.create()
.withColor(foreground))
}

Expand Down

0 comments on commit 825f66e

Please sign in to comment.