From e12fb519c55f93d11a13c162daa3572e7fc02b3e Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sun, 23 Jul 2006 03:32:23 +0000 Subject: Forced redraw of canvas upon document commit to work around event starvation issue at high zoom levels (bzr r1458) --- src/document-undo.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/document-undo.cpp') diff --git a/src/document-undo.cpp b/src/document-undo.cpp index 35b35c888..09bb4e857 100644 --- a/src/document-undo.cpp +++ b/src/document-undo.cpp @@ -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 -- cgit v1.2.3