diff options
| author | Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> | 2019-07-28 11:59:08 +0000 |
|---|---|---|
| committer | Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> | 2019-08-06 06:37:44 +0000 |
| commit | 647a8ee62988aaaec5230be05acd20f5408dcb58 (patch) | |
| tree | 435dcf1d3ac32ba0514c036bb001ed302b7d94cc /src/object | |
| parent | Add pySerial to macOS app (diff) | |
| download | inkscape-647a8ee62988aaaec5230be05acd20f5408dcb58.tar.gz inkscape-647a8ee62988aaaec5230be05acd20f5408dcb58.zip | |
Fix Arc toolbar buttons (gitlab, inkscape#355)
Diffstat (limited to 'src/object')
| -rw-r--r-- | src/object/sp-ellipse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/sp-ellipse.h b/src/object/sp-ellipse.h index 31fd5e1b9..5af18194e 100644 --- a/src/object/sp-ellipse.h +++ b/src/object/sp-ellipse.h @@ -33,8 +33,8 @@ enum GenericEllipseType { enum GenericEllipseArcType { SP_GENERIC_ELLIPSE_ARC_TYPE_SLICE, // Default - SP_GENERIC_ELLIPSE_ARC_TYPE_CHORD, - SP_GENERIC_ELLIPSE_ARC_TYPE_ARC + SP_GENERIC_ELLIPSE_ARC_TYPE_ARC, + SP_GENERIC_ELLIPSE_ARC_TYPE_CHORD }; class SPGenericEllipse : public SPShape { |
