8287094: IGV: show node input numbers in edge tooltips
Reviewed-by: chagedorn, thartmann
This commit is contained in:
parent
da6d1fc0e0
commit
28c5e483a8
@ -105,6 +105,9 @@ public class FigureConnection implements Connection {
|
||||
builder.append(getOutputSlot().getFigure().getProperties().resolveString(shortNodeText));
|
||||
builder.append(" → ");
|
||||
builder.append(getInputSlot().getFigure().getProperties().resolveString(shortNodeText));
|
||||
builder.append(" [")
|
||||
.append(getInputSlot().getPosition())
|
||||
.append("]");
|
||||
return builder.toString();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user