Code

Extensions. Consistency fix and UI improvements (Generate from path submenu).
[inkscape.git] / share / extensions / generate_voronoi.py
index 3d5d5e9a88b88150fe97af90ce3a8d86c32aebe6..6c317c348324c27e6385427631cb38336894c8c2 100644 (file)
@@ -78,6 +78,10 @@ class Pattern(inkex.Effect):
                         action="store", type="int", 
                         dest="border", default=0,
                         help="Size of Border (px)")
+        self.OptionParser.add_option("--tab",
+                        action="store", type="string",
+                        dest="tab",
+                        help="The selected UI-tab when OK was pressed")
 
     def effect(self):
         if not self.options.ids: