Added support for DisplayKnots property
This commit is contained in:
Родитель
44fd4ac036
Коммит
306c7cb88c
|
@ -141,6 +141,9 @@ namespace SpiroNet.Wpf
|
|||
}
|
||||
}
|
||||
|
||||
if (!Editor.State.DisplayKnots)
|
||||
return;
|
||||
|
||||
// draw shape knots
|
||||
IList<SpiroKnot> knots;
|
||||
Editor.Knots.TryGetValue(shape, out knots);
|
||||
|
|
Загрузка…
Ссылка в новой задаче