diff options
| author | John Bintz <me@johnbintz.com> | 2006-07-23 03:32:23 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2006-07-23 03:32:23 +0000 |
| commit | e12fb519c55f93d11a13c162daa3572e7fc02b3e (patch) | |
| tree | 7d73a9c5ad47df2e65a0338c438365f7320b963a /src/document-private.h | |
| parent | patch from John Bintz, adding pref to simplify multiple paths separately (diff) | |
| download | inkscape-e12fb519c55f93d11a13c162daa3572e7fc02b3e.tar.gz inkscape-e12fb519c55f93d11a13c162daa3572e7fc02b3e.zip | |
Forced redraw of canvas upon document commit to work around event starvation issue at high zoom levels
(bzr r1458)
Diffstat (limited to 'src/document-private.h')
| -rw-r--r-- | src/document-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/document-private.h b/src/document-private.h index 18d35f446..cb83c9376 100644 --- a/src/document-private.h +++ b/src/document-private.h @@ -56,6 +56,7 @@ struct SPDocumentPrivate { SPDocument::ResizedSignal resized_signal; SPDocument::ReconstructionStart _reconstruction_start_signal; SPDocument::ReconstructionFinish _reconstruction_finish_signal; + SPDocument::CommitSignal commit_signal; /* Undo/Redo state */ guint sensitive: 1; /* If we save actions to undo stack */ |
