Fix two-point assistant shape enum
This commit is contained in:
parent
5d78e9512f
commit
b439c169ff
|
@ -37,7 +37,10 @@ namespace PREVIEW
|
|||
{
|
||||
SEGMENT = 0,
|
||||
RECT,
|
||||
ARC,
|
||||
CIRCLE,
|
||||
POLYGON,
|
||||
CURVE
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue