Added support for DisplayKnots property

This commit is contained in:
Wiesław Šoltés 2015-08-07 16:25:15 +02:00
Родитель 44fd4ac036
Коммит 306c7cb88c
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -141,6 +141,9 @@ namespace SpiroNet.Wpf
}
}
if (!Editor.State.DisplayKnots)
return;
// draw shape knots
IList<SpiroKnot> knots;
Editor.Knots.TryGetValue(shape, out knots);