summaryrefslogtreecommitdiff
path: root/lib/extensions/sew_stack_editor.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions/sew_stack_editor.py')
-rwxr-xr-xlib/extensions/sew_stack_editor.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/extensions/sew_stack_editor.py b/lib/extensions/sew_stack_editor.py
index 6c7cb543..a7cc9e38 100755
--- a/lib/extensions/sew_stack_editor.py
+++ b/lib/extensions/sew_stack_editor.py
@@ -531,6 +531,8 @@ class SewStackPanel(wx.Panel):
class SewStackEditor(InkstitchExtension):
+ DEVELOPMENT_ONLY = True
+
def __init__(self, *args, **kwargs):
self.cancelled = False
InkstitchExtension.__init__(self, *args, **kwargs)