summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/object-composite-settings.cpp
diff options
context:
space:
mode:
authorAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-06-19 22:59:39 +0000
committerAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-06-19 22:59:39 +0000
commit73a7b549a1a59b121218d4f6d22d51c449a4ca60 (patch)
treea76ed3ce8956dbffde439f01f694edb40ad60719 /src/ui/widget/object-composite-settings.cpp
parentMoved most functions from Selection to ObjectSet (diff)
parent[Bug #1454910] Compressed SVG with media error. (diff)
downloadinkscape-73a7b549a1a59b121218d4f6d22d51c449a4ca60.tar.gz
inkscape-73a7b549a1a59b121218d4f6d22d51c449a4ca60.zip
Added first range to ObjectSet
(bzr r14954.1.8)
Diffstat (limited to '')
-rw-r--r--src/ui/widget/object-composite-settings.cpp2
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 8acf083d0..3dbe73c60 100644
--- a/src/ui/widget/object-composite-settings.cpp
+++ b/src/ui/widget/object-composite-settings.cpp
@@ -125,7 +125,7 @@ ObjectCompositeSettings::_blendBlurValueChanged()
const Glib::ustring blendmode = _fe_cb.get_blend_mode();
//apply created filter to every selected item
- std::vector<SPObject*> sel=_subject->list();
+ std::vector<SPObject*> sel = _subject->list();
for (std::vector<SPObject*>::const_iterator i = sel.begin() ; i != sel.end() ; ++i ) {
if (!SP_IS_ITEM(*i)) {
continue;