Add text position.

Setting for selection groups.
Fix bugs.
This commit is contained in:
Oleg Sh
2021-04-24 19:12:49 +02:00
parent 35c6656d0f
commit c6b1611740
17 changed files with 258 additions and 152 deletions

View File

@@ -293,7 +293,7 @@ BaseEdge.prototype.getStyleFor = function (index)
if (index == 0)
style = globalApplication.GetStyle("edge", "common");
else
style = globalApplication.GetStyle("edge", "selected");
style = globalApplication.GetStyle("edge", "selected", undefined, index - 1);
return style;
}