diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2016-04-14 19:33:35 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2016-04-14 19:33:35 +0000 |
| commit | 6572b29914475c769c035265b089e9668c47a974 (patch) | |
| tree | aec6b765dab18db86d1d71c9e03cc8a7d057e547 /src | |
| parent | no icon for 'pop selection' (diff) | |
| download | inkscape-6572b29914475c769c035265b089e9668c47a974.tar.gz inkscape-6572b29914475c769c035265b089e9668c47a974.zip | |
Change idle priority back to high
(bzr r14848)
Diffstat (limited to 'src')
| -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 decb14184..46be95518 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_DEFAULT_IDLE; +gint const UPDATE_PRIORITY = G_PRIORITY_HIGH_IDLE; GdkWindow *getWindow(SPCanvas *canvas) { |
