ModOrganizer2 / modorganizer

Mod manager for various PC games. Discord Server: https://discord.gg/ewUVAqyrQX if you would like to be more involved
http://www.nexusmods.com/skyrimspecialedition/mods/6194
GNU General Public License v3.0
2.06k stars 155 forks source link

Fixes for stylesheets that use transparent backgrounds #2029

Closed Liderate closed 1 month ago

Liderate commented 1 month ago

This addresses a couple issues noticed by using the 1809 Dark Mode stylesheet, related to using transparent backgrounds. First, I have removed a redundant "Fix" text when a guided fix is available in the problems dialog. Second, only apply the Qt::WA_OpaquePaintEvent attribute when the imagesThumbnails widget does not have a transparent background. Qt::WA_OpaquePaintEvent is used for optimization and does not erase the background before painting. This means text would overlap when scrolling and text from other tabs would be visible when switching to the images tab.