diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2016-04-15 00:35:13 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2016-04-15 00:35:13 +0000 |
| commit | 50a770bd6f47f27d8a45894e2ff19cf630b4c9f8 (patch) | |
| tree | 05ec6de2ccba713b8dbb56bf0a18a60dbbdf43db | |
| parent | Change idle priority back to high (diff) | |
| download | inkscape-50a770bd6f47f27d8a45894e2ff19cf630b4c9f8.tar.gz inkscape-50a770bd6f47f27d8a45894e2ff19cf630b4c9f8.zip | |
Priority is so high it blocks blitting the canvas
(bzr r14849)
| -rw-r--r-- | src/display/sp-canvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 46be95518..decb14184 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -126,7 +126,7 @@ struct SPCanvasClass { namespace { -gint const UPDATE_PRIORITY = G_PRIORITY_HIGH_IDLE; +gint const UPDATE_PRIORITY = G_PRIORITY_DEFAULT_IDLE; GdkWindow *getWindow(SPCanvas *canvas) { |
