diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-27 19:10:06 +0000 |
|---|---|---|
| committer | jabiertxof <jabier.arraiza@marker.es> | 2015-10-27 19:10:06 +0000 |
| commit | b0de24888aea4410596e237f947a201b349b0097 (patch) | |
| tree | 9b0e11063b9d255d44deaccdcb8897ea06b272a1 /src/widgets/toolbox.cpp | |
| parent | Fixed some typos pointed by Mc (diff) | |
| download | inkscape-b0de24888aea4410596e237f947a201b349b0097.tar.gz inkscape-b0de24888aea4410596e237f947a201b349b0097.zip | |
Now the picker work with alphas and also in no overlap mode
Offset dropdown disabled if no overlap
Changed offset to percent based
(bzr r14422.1.18)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 57f804d99..f4bc367d0 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -319,8 +319,8 @@ static gchar const * ui_descr = " <toolitem action='SprayStandard_deviationAction' />" " <toolitem action='SprayMeanAction' />" " <separator />" - " <toolitem action='SprayNotOverlapAction' />" " <toolitem action='SprayPickColorAction' />" + " <toolitem action='SprayNotOverlapAction' />" " <toolitem action='SprayToolOffsetAction' />" " </toolbar>" |
