diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-02-22 00:01:57 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-02-22 00:01:57 +0000 |
| commit | b7c5598b9c8dcb471747713503e21a09bb0a5ca0 (patch) | |
| tree | d02d336fc4eddac745715949a3e77bc023ee3184 /src/ui/widget/object-composite-settings.cpp | |
| parent | NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5) (diff) | |
| download | inkscape-b7c5598b9c8dcb471747713503e21a09bb0a5ca0.tar.gz inkscape-b7c5598b9c8dcb471747713503e21a09bb0a5ca0.zip | |
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
(bzr r10066)
Diffstat (limited to 'src/ui/widget/object-composite-settings.cpp')
| -rw-r--r-- | src/ui/widget/object-composite-settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/object-composite-settings.cpp b/src/ui/widget/object-composite-settings.cpp index 997c2f0dc..06d57c4ac 100644 --- a/src/ui/widget/object-composite-settings.cpp +++ b/src/ui/widget/object-composite-settings.cpp @@ -146,7 +146,7 @@ ObjectCompositeSettings::_blendBlurValueChanged() } SPItem * item = SP_ITEM(*i); - SPStyle *style = SP_OBJECT_STYLE(item); + SPStyle *style = item->style; g_assert(style != NULL); if (blendmode != "normal") { |
