mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-11 02:06:14 +00:00
Add text position.
Setting for selection groups. Fix bugs.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user