https://bugs.documentfoundation.org/show_bug.cgi?id=156881
--- Comment #30 from Patrick Luby <[email protected]> --- While debugging, I found a small Skia bug that may have something in common with this bug: after drawing a native control (i.e. a push button or a toolbar background), the native control's pixel buffer is immediately deleted. But with Skia/Metal, those pixels may still be needed since Skia/Metal may render the pixel buffer asynchronously. So, to fix this particular bug, I have committed the following patch that keeps a native control's pixel buffer alive until Skia says it is safe to delete it: https://gerrit.libreoffice.org/c/core/+/157333 The above patch will be in tomorrow's (28 September 2023) nightly master build. Does anything change in the Start Center buttons or Writer toolbar due to the above patch? -- You are receiving this mail because: You are the assignee for the bug.
