diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2011-04-01 12:52:41 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2011-04-01 12:52:41 +0000 |
| commit | 0ff79849c34ee1a5120b70968ccc4b418877f8e1 (patch) | |
| tree | d91f25a3d6f93d1d9870147eb700a92d2f13dde7 /src/desktop-style.cpp | |
| parent | Translations. Greek translation update by boukeas. (diff) | |
| download | inkscape-0ff79849c34ee1a5120b70968ccc4b418877f8e1.tar.gz inkscape-0ff79849c34ee1a5120b70968ccc4b418877f8e1.zip | |
Tweak and spray:
* Fix for Bug #745652 (Gradient handles persistence with Tweak and Spray).
* Fix for Bug #490225 (Tweak Tool : Opacity doesn't change in Paint/Jitter modes).
* Tweak tool code consistency fix.
* Spray tool default status message modified.
(bzr r10139)
Diffstat (limited to 'src/desktop-style.cpp')
| -rw-r--r-- | src/desktop-style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp index d2ec093fc..2c20964aa 100644 --- a/src/desktop-style.cpp +++ b/src/desktop-style.cpp @@ -288,7 +288,7 @@ sp_desktop_get_master_opacity_tool(SPDesktop *desktop, Glib::ustring const &tool value = 1.0; // things failed. set back to the default } else { if (has_opacity) - *has_opacity = false; + *has_opacity = true; } } |
