In Writer: 1) Menu > Format > Paragraph Paragraph dialog opens 2) Area tab > Pattern button Pattern preview foreground background colors are reverse of selected pattern bitmap I have a patch ready to submit on confirmation.
Jim, is OpenGL enabled? Try disable it and check problem
I can confirm with Version: 6.2.0.0.alpha0+ Build ID: d0a481d09e696f6d5a2a0d40a9d5c48cfca559bf CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk2; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2018-08-02_01:49:45
(In reply to kompilainenn from comment #1) > Jim, is OpenGL enabled? Try disable it and check problem Ok, checked with OpenGL enabled/disabled and same results. The colors were correct before this piece of code was added [1]. Maybe should add a regression tag and allow regressor to fix before sending a patch? [1] https://opengrok.libreoffice.org/xref/core/svx/source/xoutdev/xattrbmp.cxx#147
> Maybe should add a regression tag and allow regressor to fix before sending > a patch? > > [1] > https://opengrok.libreoffice.org/xref/core/svx/source/xoutdev/xattrbmp. > cxx#147 If you have a patch to fix it, I think It's fine if you submit it...
The preview got broken in https://cgit.freedesktop.org/libreoffice/core/commit/?id=66dbd4da3afcadb1393daf9be9cecff71b86509a until it got fixed in https://cgit.freedesktop.org/libreoffice/core/commit/?id=25cd843664919974f0d21ca7a0b02cc43e9eeabb, where the behaviour is already reproducible...
traced the bug down to this commit: https://cgit.freedesktop.org/libreoffice/core/commit/?id=ccd316d1cb310734848bd20244f509024b549b8c patch is here: https://gerrit.libreoffice.org/#/c/58660/
This is fixed by patch for Bug 119282