summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-07-24 16:51:32 +0000
committerjabiertxof <info@marker.es>2016-07-24 16:51:32 +0000
commit21bb5ac09822da9d71731b7ff7eff9f03247a855 (patch)
treeb916ac10a1b07708dc7d81fd9dab68311d6f097f /src/document.cpp
parentAdd Text tag and update widgets code (diff)
parentFixed a bug on roughen LPE on open paths (diff)
downloadinkscape-21bb5ac09822da9d71731b7ff7eff9f03247a855.tar.gz
inkscape-21bb5ac09822da9d71731b7ff7eff9f03247a855.zip
update to trunk
(bzr r15017.1.3)
Diffstat (limited to 'src/document.cpp')
-rw-r--r--src/document.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/document.cpp b/src/document.cpp
index 902dabbc3..9f408788b 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -955,6 +955,9 @@ SPDocument::emitReconstructionFinish(void)
{
// printf("Finishing Reconstruction\n");
priv->_reconstruction_finish_signal.emit();
+ // indicates that gradients are reloaded (to rebuild the Auto palette)
+ priv->resources_changed_signals[g_quark_from_string("gradient")].emit();
+
/**
// Reference to the old persp3d object is invalid after reconstruction.