diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2016-07-23 09:30:20 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-07-23 09:30:20 +0000 |
| commit | 1dd869116719a20f503e05f3b01cddb8b0c97ed6 (patch) | |
| tree | 11c2ac1c8b3b9bc3b2c1b1af58571f1b24176afa /src/document.cpp | |
| parent | Fixed null when selection contains more than one item (diff) | |
| download | inkscape-1dd869116719a20f503e05f3b01cddb8b0c97ed6.tar.gz inkscape-1dd869116719a20f503e05f3b01cddb8b0c97ed6.zip | |
Fix auto palette when using extensions
(bzr r15019)
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 3 |
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. |
