Code

Forced redraw of canvas upon document commit to work around event starvation issue...
[inkscape.git] / src / document-undo.cpp
index 35b35c88830baa97421d6a3cc66e445328dda681..09bb4e85729da13d2927cbdc5ce37bde63e5841c 100644 (file)
@@ -162,6 +162,8 @@ sp_document_maybe_done (SPDocument *doc, const gchar *key, const unsigned int ev
        }
 
        sp_repr_begin_transaction (doc->rdoc);
+
+  doc->priv->commit_signal.emit();
 }
 
 void