Skip to content

Commit

Permalink
fix for correct label showing
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamwills committed May 22, 2018
1 parent 335c915 commit a5780f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected void defineAllElementFeatures(ElementDetails details) {
}

protected void defineLabeling(ElementDetails details) {
if (!structure.needsLabels()) {
if (!structure.needsLabels() && !structure.needsTooltips()) {
return;
}
out.onNewLine().ln().comment("Define labeling for the selection")
Expand Down

0 comments on commit a5780f0

Please sign in to comment.