mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 04:55:10 +00:00
Fix qualifier label's association ends (#1467)
Otherwise, qualifier labels of qualified associations pointing left or up are drawn on the wrong end of the association.
This commit is contained in:
parent
85a6b1dada
commit
bac7a4d751
@ -103,8 +103,8 @@ public class LinkArg {
|
||||
}
|
||||
|
||||
public LinkArg getInv() {
|
||||
return new LinkArg(label, length, quantifier2, quantifier1, labeldistance, labelangle, visibilityModifier, kal1,
|
||||
kal2);
|
||||
return new LinkArg(label, length, quantifier2, quantifier1, labeldistance, labelangle, visibilityModifier, kal2,
|
||||
kal1);
|
||||
}
|
||||
|
||||
public final Display getLabel() {
|
||||
|
Loading…
Reference in New Issue
Block a user