summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/backendtest/VisualBackendTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/backendtest/VisualBackendTest.cxx b/vcl/backendtest/VisualBackendTest.cxx
index cab225918087..47b4149ef324 100644
--- a/vcl/backendtest/VisualBackendTest.cxx
+++ b/vcl/backendtest/VisualBackendTest.cxx
@@ -103,7 +103,7 @@ public:
, mpVDev(VclPtr<VirtualDevice>::Create())
{
maUpdateTimer.SetInvokeHandler(LINK(this, VisualBackendTestWindow, updateHdl));
- maUpdateTimer.SetPriority(TaskPriority::REPAINT);
+ maUpdateTimer.SetPriority(TaskPriority::DEFAULT_IDLE);
if (mbAnimate)
{
maUpdateTimer.SetTimeout(1000.0);