diff options
| author | John Bintz <me@johnbintz.com> | 2006-08-13 17:45:18 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2006-08-13 17:45:18 +0000 |
| commit | addfca5cf637c0fe78d5bdeb2cb122f1f77131f8 (patch) | |
| tree | 88d085d9e6083b9f07ca5d2a0230948e49ab8955 /src/desktop.cpp | |
| parent | Fixed: Wrong colour space was used in images with transparency. (diff) | |
| download | inkscape-addfca5cf637c0fe78d5bdeb2cb122f1f77131f8.tar.gz inkscape-addfca5cf637c0fe78d5bdeb2cb122f1f77131f8.zip | |
added functions to allow update events to process during long-running operations
(bzr r1595)
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index 189ab9866..04328e84d 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -1054,6 +1054,12 @@ SPDesktop::onRedrawRequested () } } +void +SPDesktop::updateCanvasNow() +{ + _widget->requestCanvasUpdateAndWait(); +} + /** * Associate document with desktop. */ |
