panthernet 2016-06-02 01:35:11 +03:00
Родитель 285c13c931 695cf3a98d
Коммит e8fac04154
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -644,7 +644,7 @@ namespace GraphX.Controls
var pt =
new Point(
sourcePos.X + SelfLoopIndicatorOffset.X - (hasNoTemplate ? SelfLoopIndicatorRadius : SelfLoopIndicator.DesiredSize.Width),
sourcePos.Y + SelfLoopIndicatorOffset.X - (hasNoTemplate ? SelfLoopIndicatorRadius : SelfLoopIndicator.DesiredSize.Height));
sourcePos.Y + SelfLoopIndicatorOffset.Y - (hasNoTemplate ? SelfLoopIndicatorRadius : SelfLoopIndicator.DesiredSize.Height));
//if we has no self looped edge template defined we'll use default built-in indicator
if (hasNoTemplate)