diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-09-06 17:28:38 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-09-06 17:28:38 +0000 |
| commit | 0a33d378a128ec9e2604f06643cb407460506ca8 (patch) | |
| tree | 92336cf72ebeeb4bd7d90e0d10836ac03c607c31 /share/extensions/pathscatter.py | |
| parent | Color preview in cursor (diff) | |
| download | inkscape-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.py | 4 |
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): |
