include/vcl/scheduler.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5748d6bad2e16673bed50374a7d8e1f4ba0fc7fc Author: Tobias Madl <tobias.madl....@gmail.com> Date: Mon Mar 9 16:08:09 2015 +0000 Scheduler: wrong priority order Change-Id: Ia2a50922fdfe07ff452bcc78b973d5d4943a128c diff --git a/include/vcl/scheduler.hxx b/include/vcl/scheduler.hxx index fc3668e..da3fb1f 100644 --- a/include/vcl/scheduler.hxx +++ b/include/vcl/scheduler.hxx @@ -41,8 +41,8 @@ struct ImplSchedulerData enum class SchedulerPriority { HIGHEST = 0, HIGH = 1, - REPAINT = 2, - RESIZE = 3, + RESIZE = 2, + REPAINT = 3, MEDIUM = 3, LOW = 4, LOWER = 5, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits