summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2016-04-15 00:35:13 +0000
committerLiam P. White <inkscapebrony@gmail.com>2016-04-15 00:35:13 +0000
commit50a770bd6f47f27d8a45894e2ff19cf630b4c9f8 (patch)
tree05ec6de2ccba713b8dbb56bf0a18a60dbbdf43db /src
parentChange idle priority back to high (diff)
downloadinkscape-50a770bd6f47f27d8a45894e2ff19cf630b4c9f8.tar.gz
inkscape-50a770bd6f47f27d8a45894e2ff19cf630b4c9f8.zip
Priority is so high it blocks blitting the canvas
(bzr r14849)
Diffstat (limited to 'src')
-rw-r--r--src/display/sp-canvas.cpp2
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)
{