diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-06-11 16:07:06 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-06-11 16:07:06 +0000 |
| commit | 0a89d049ef926a82f75e40a010193124d54dd94d (patch) | |
| tree | 23a915310314fdd4a1669a1aeeba6111c69d61a6 /src/widgets/toolbox.cpp | |
| parent | Fix for bug #1241902 (diff) | |
| download | inkscape-0a89d049ef926a82f75e40a010193124d54dd94d.tar.gz inkscape-0a89d049ef926a82f75e40a010193124d54dd94d.zip | |
Spray. Fix for bug #1327577 (Tablet pressure button wrongly located in Spray tool control bar).
Fixed bugs:
- https://launchpad.net/bugs/1327577
(bzr r13419)
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 3d6f73ef1..939546f78 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -314,8 +314,8 @@ static gchar const * ui_descr = " <toolitem action='SprayModeAction' />" " <separator />" " <toolitem action='SprayWidthAction' />" - " <toolitem action='SprayPressureAction' />" " <toolitem action='SprayPopulationAction' />" + " <toolitem action='SprayPressureAction' />" " <separator />" " <toolitem action='SprayRotationAction' />" " <toolitem action='SprayScaleAction' />" |
