diff --git a/SketchWidget.py b/SketchWidget.py index 060b165..76896e7 100644 --- a/SketchWidget.py +++ b/SketchWidget.py @@ -276,3 +276,6 @@ class SketchWidget: if isinstance(c, Connect): # self.drawConnect(c) pass + + def drawConnect(self, con): + pass