summaryrefslogtreecommitdiffstats
path: root/share/extensions/pathscatter.py
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-09-06 17:28:38 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-09-06 17:28:38 +0000
commit0a33d378a128ec9e2604f06643cb407460506ca8 (patch)
tree92336cf72ebeeb4bd7d90e0d10836ac03c607c31 /share/extensions/pathscatter.py
parentColor preview in cursor (diff)
downloadinkscape-0a33d378a128ec9e2604f06643cb407460506ca8.tar.gz
inkscape-0a33d378a128ec9e2604f06643cb407460506ca8.zip
Extensions. Consistency fix and UI improvements (Generate from path submenu).
(bzr r9744)
Diffstat (limited to 'share/extensions/pathscatter.py')
-rw-r--r--share/extensions/pathscatter.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/extensions/pathscatter.py b/share/extensions/pathscatter.py
index a7a77e1ec..b8b8e31bc 100644
--- a/share/extensions/pathscatter.py
+++ b/share/extensions/pathscatter.py
@@ -142,6 +142,10 @@ class PathScatter(pathmodifier.Diffeo):
action="store", type="string",
dest="copymode", default="clone",
help="duplicate pattern before deformation")
+ self.OptionParser.add_option("--tab",
+ action="store", type="string",
+ dest="tab",
+ help="The selected UI-tab when OK was pressed")
def prepareSelectionList(self):