Browse Source

Fix two-point assistant shape enum

pull/16/head
Jon Evans 5 years ago
parent
commit
b439c169ff
  1. 3
      include/preview_items/two_point_assistant.h

3
include/preview_items/two_point_assistant.h

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

Loading…
Cancel
Save