https://bugs.documentfoundation.org/show_bug.cgi?id=167059
--- Comment #10 from Patrick (volunteer) <[email protected]> --- (In reply to Patrick (volunteer) from comment #9) > So, changing one or both of the POST_PAINT back to HIGHEST should hopefully > get Skia/Vulkan back to where it was before my two commits listed in comment > #0. More background info: my guess is that the reason POST_PAINT is likely causing this and the docking border bug on Windows and Linux is that POST_PAINT priority timers are frequently deferred by the scheduler code in vcl/source/app/scheduler.cxx. On Windows and Linux, only HIGHEST and DEFAULT priorities are not deferred. So any POST_PAINT timers keep getting deferred until you stop typing or dragging. -- You are receiving this mail because: You are the assignee for the bug.
