summaryrefslogtreecommitdiffstats
path: root/src/ui/widget
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-06-14 21:45:21 +0000
committerjabiertxof <info@marker.es>2016-06-14 21:45:21 +0000
commite17c2195890b267d2361b7feb80d89a71e69b1a3 (patch)
tree2588cc4d68d1e0156509563f02b6e163590f5e40 /src/ui/widget
parentAdd snap to origin in double direction knots (diff)
parent[Bug #1300865] lcms2: crash in Fill and Stroke if linked color profile is mis... (diff)
downloadinkscape-e17c2195890b267d2361b7feb80d89a71e69b1a3.tar.gz
inkscape-e17c2195890b267d2361b7feb80d89a71e69b1a3.zip
update to trunk
(bzr r13645.1.158)
Diffstat (limited to 'src/ui/widget')
-rw-r--r--src/ui/widget/color-icc-selector.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/widget/color-icc-selector.cpp b/src/ui/widget/color-icc-selector.cpp
index b422892fe..e4f58fe8a 100644
--- a/src/ui/widget/color-icc-selector.cpp
+++ b/src/ui/widget/color-icc-selector.cpp
@@ -633,9 +633,10 @@ void ColorICCSelectorImpl::_switchToProfile(gchar const *name)
#endif // DEBUG_LCMS
tmp.set(SP_RGBA32_U_COMPOSE(pre[0], pre[1], pre[2], 0xff));
}
+
+ dirty = true;
}
}
- dirty = true;
}
}
else {