SUMMARY After very first open of ComboBox in any KDE application I get black square. After open it again all is normal and I can see the list of entries. I tested this in System Settings. STEPS TO REPRODUCE 1. open System Settings 2. go to Screen Locking 3. click Configure 4. click combobox at "Wallpaper type" OBSERVED RESULT black square below "Image" EXPECTED RESULT list of entries SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.27.80 KDE Frameworks Version: 5.240 Qt Version: 6.6 ADDITIONAL INFORMATION
Confirmed.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/1366
Git commit a10aebe34eefce4d1830962c4c6a3fe08e52a7cd by Arjen Hiemstra. Committed on 08/11/2023 at 13:26. Pushed by ahiemstra into branch 'master'. Go back to class method of defining PlatformThemeEvent::type Apparently `inline static` isn't properly exported, leading to an issue where it can have multiple definitions. This means that `PlatformThemeEvent::type` is QEvent::None when used by a plugin, leading to issues where PlatformTheme is not properly initialized. M +11 -0 src/platform/platformtheme.cpp M +1 -1 src/platform/platformtheme.h https://invent.kde.org/frameworks/kirigami/-/commit/a10aebe34eefce4d1830962c4c6a3fe08e52a7cd
Created attachment 163027 [details] black combobox