diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-31 20:51:10 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-10-31 20:51:10 +0000 |
| commit | ee0d08e599aae484a6e8354499b126596dc4aa73 (patch) | |
| tree | ca2f743c554a85678b2932fba4eb65583b60b2b7 /src/widgets/toolbox.cpp | |
| parent | Fix a bug compiling on pow (diff) | |
| download | inkscape-ee0d08e599aae484a6e8354499b126596dc4aa73.tar.gz inkscape-ee0d08e599aae484a6e8354499b126596dc4aa73.zip | |
Working on picker
(bzr r14422.1.33)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 0c72242e0..0188beef0 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -322,6 +322,10 @@ static gchar const * ui_descr = " <toolitem action='SprayMeanAction' />" " <separator />" " <toolitem action='SprayPickColorAction' />" + " <toolitem action='SprayOverPickInverseScaleAction' />" + " <toolitem action='SprayOverPickFillAction' />" + " <toolitem action='SprayOverPickStrokeAction' />" + " <toolitem action='SprayOverVisibleAction' />" " <toolitem action='SprayNotOverlapAction' />" " <toolitem action='SprayToolOffsetAction' />" |
