Code

Extensions. Consistency fix and UI improvements (Modify path submenu).
[inkscape.git] / share / extensions / interp_att_g.py
index f23edaf366870b4d3992e51c16cb4946038af4db..9829de3e8fcc328c6d7a6e7334b92ea08d187ce3 100755 (executable)
@@ -50,6 +50,10 @@ class InterpAttG(inkex.Effect):
                         action="store", type="string",
                         dest="unit", default="color",
                         help="Values unit.")
+        self.OptionParser.add_option("--tab",
+                        action="store", type="string",
+                        dest="tab",
+                        help="The selected UI-tab when OK was pressed")
 
     def getColorValues(self):
       sv = string.replace( self.options.start_val, '#', '' )