diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2014-03-09 02:35:00 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2014-03-09 02:35:00 +0000 |
| commit | 6f85c82ab5114e8cc97702ea8ab33e58b68a2163 (patch) | |
| tree | 083217def653fdf5496412c9e919cfdcb8e7e8e7 /src/widgets/spray-toolbar.cpp | |
| parent | Remove useless r variable and warning (diff) | |
| download | inkscape-6f85c82ab5114e8cc97702ea8ab33e58b68a2163.tar.gz inkscape-6f85c82ab5114e8cc97702ea8ab33e58b68a2163.zip | |
Fix random crashes when spraying in single path mode.
Fixes LP bug #1274831
Fixed bugs:
- https://launchpad.net/bugs/1274831
(bzr r13131)
Diffstat (limited to 'src/widgets/spray-toolbar.cpp')
| -rw-r--r-- | src/widgets/spray-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/spray-toolbar.cpp b/src/widgets/spray-toolbar.cpp index cf56b3255..788ce6475 100644 --- a/src/widgets/spray-toolbar.cpp +++ b/src/widgets/spray-toolbar.cpp @@ -47,7 +47,7 @@ using Inkscape::UI::PrefPusher; // Disabled in 0.91 because of Bug #1274831 (crash, spraying an object // with the mode: spray object in single path) // Please enable again when working on 1.0 -//#define ENABLE_SPRAY_MODE_SINGLE_PATH +#define ENABLE_SPRAY_MODE_SINGLE_PATH //######################## //## Spray ## |
