Fix two-point assistant shape enum

This commit is contained in:
Jon Evans 2020-09-22 18:06:57 -04:00
parent 5d78e9512f
commit b439c169ff
1 changed files with 3 additions and 0 deletions

View File

@ -37,7 +37,10 @@ namespace PREVIEW
{ {
SEGMENT = 0, SEGMENT = 0,
RECT, RECT,
ARC,
CIRCLE, CIRCLE,
POLYGON,
CURVE
}; };
/** /**