https://bugs.documentfoundation.org/show_bug.cgi?id=171668
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|1 |0 Status|NEW |UNCONFIRMED --- Comment #8 from Michael Weghorn <[email protected]> --- (In reply to Heiko Tietze from comment #7) > Dark mode is detected for Qt per QtFrame::GetUseDarkMode() in > vcl/qt5/QtFrame.cxx depending on the version > 6.5. And I'm not sure we > update the icons on color/theme changes. In a quick test (manually switching between Breeze and Breeze Dark in Plasma settings), the icons are *sometimes* updated as needed. That this doesn't happen consistently looks like a LO bug. (For qt6, QtInstance::UpdateStyle seems to always get called from QtWidget::changeEvent as expected, so the issue seems somewhere further down in LO core.) However, this is not what this bug report is about and I suggest creating a separate bug report for this (s. comment 6). What this report is about is that setting the theme to Light/Dark inside LO doesn't affect the theming of widgets. In my understanding, that is expected (as that is left to Qt and the idea is to be consistent with other Qt apps) and the idea of the application colors/theme is a different one, unless colors are explicitly set for specific widgets (s. comment 6 again). @Heiko: What do you think about this? -- You are receiving this mail because: You are the assignee for the bug.
