diff options
| -rw-r--r-- | Lib/defconQt/glyphView.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Lib/defconQt/glyphView.py b/Lib/defconQt/glyphView.py index b8241e0..811dd14 100644 --- a/Lib/defconQt/glyphView.py +++ b/Lib/defconQt/glyphView.py @@ -1803,6 +1803,8 @@ class GlyphScene(QGraphicsScene):          for contour in glyph:              segments = contour.segments              for index, seg in enumerate(segments): +                if seg[-1].segmentType == "move": +                    continue                  prev = segments[index - 1][-1]                  if len(seg) == 3:                      i = self.computeIntersections( | 
