diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-11-11 00:02:03 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-11-11 00:02:03 +0000 |
| commit | de44c6059f00e773cef5c22534e12a1adc50b3a4 (patch) | |
| tree | 6f2f41b601f6829c46dddb56deff3699215c3a09 /src/widgets/toolbox.cpp | |
| parent | Spray Tool: Change hide invisibe by over visible and over invisible, sugested... (diff) | |
| download | inkscape-de44c6059f00e773cef5c22534e12a1adc50b3a4.tar.gz inkscape-de44c6059f00e773cef5c22534e12a1adc50b3a4.zip | |
Improvements to the over visible/invisible to minimize the colisions, sprayed items fit on background whith overlap visible or invisible areas
Add option in picker mode to compute the center/or average area of sprayed item
Now reverse work without adbanced trace dialog inverting the color. By this all buttons have a utility in advanced and in normal mode
(bzr r14454)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index b9051dd50..0aaba39f9 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -327,10 +327,11 @@ static gchar const * ui_descr = " <toolitem action='SprayToolOffsetAction' />" " <separator />" " <toolitem action='SprayPickColorAction' />" - " <toolitem action='SprayOverPickInverseValueAction' />" " <toolitem action='SprayOverPickFillAction' />" " <toolitem action='SprayOverPickStrokeAction' />" - + " <toolitem action='SprayOverPickInverseValueAction' />" + " <toolitem action='SprayPickCenterAction' />" + " </toolbar>" " <toolbar name='ZoomToolbar'>" @@ -369,7 +370,7 @@ static gchar const * ui_descr = " <toolitem action='MeasureToGuides' />" " <toolitem action='MeasureMarkDimension' />" " <toolitem action='MeasureToItem' />" - " </toolbar>" + " </toolbar>" " <toolbar name='StarToolbar'>" " <separator />" |
