diff options
| author | Mark Harmer <drivehappy@gmail.com> | 2016-06-14 12:33:17 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2016-06-14 12:33:17 +0000 |
| commit | 41c854edad820e281097f6ba8f17ea89521155ea (patch) | |
| tree | 6c499ea7f95c4a588cc0061f56770e4b56b14118 /src/ui/widget | |
| parent | Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape. (diff) | |
| download | inkscape-41c854edad820e281097f6ba8f17ea89521155ea.tar.gz inkscape-41c854edad820e281097f6ba8f17ea89521155ea.zip | |
[Bug #1300865] lcms2: crash in Fill and Stroke if linked color profile is missing on local system.
Fixed bugs:
- https://launchpad.net/bugs/1300865
(bzr r14987)
Diffstat (limited to 'src/ui/widget')
| -rw-r--r-- | src/ui/widget/color-icc-selector.cpp | 3 |
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 { |
