vcl/skia/gdiimpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f21057075cd7ebea0b3ded2c7817bcbfb0ad83b
Author:     Patrick Luby <guibmac...@gmail.com>
AuthorDate: Sun Jul 6 20:34:02 2025 -0400
Commit:     Patrick Luby <guibomac...@gmail.com>
CommitDate: Tue Jul 8 19:43:20 2025 +0200

    tdf#167059 Revert commit f4c2c7c79cfe4464ac596afda37b8904d06969db
    
    Note: this change will cause tdf#163734 to reoccur on Windows. That
    might be fixable by copying the macOS approach and flushing in
    "window moved" events. See the following tdf#167059 comment:
    
    https://bugs.documentfoundation.org/show_bug.cgi?id=167059#c27
    
    Change-Id: Id51169dcb9b1ec57a3962f5304fe37e41933cc56
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187454
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>
    Tested-by: Jenkins
    Reviewed-by: Patrick Luby <guibomac...@gmail.com>

diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx
index c9cd674ad9c5..52f8021785ef 100644
--- a/vcl/skia/gdiimpl.cxx
+++ b/vcl/skia/gdiimpl.cxx
@@ -251,7 +251,7 @@ public:
         SetPriority(TaskPriority::SKIA_FLUSH);
 #else
         // We don't want to be swapping before we've painted.
-        SetPriority(TaskPriority::POST_PAINT);
+        SetPriority(TaskPriority::HIGHEST);
 #endif
     }
 #ifndef NDEBUG

Reply via email to