Don't set opaque paint event. (#6151)

Took 9 minutes


Took 20 seconds

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2025-09-15 21:12:58 +02:00 committed by GitHub
parent dbbb554735
commit 4b58060ab6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,6 @@
HomeWidget::HomeWidget(QWidget *parent, TabSupervisor *_tabSupervisor)
: QWidget(parent), tabSupervisor(_tabSupervisor), background("theme:backgrounds/home"), overlay("theme:cockatrice")
{
setAttribute(Qt::WA_OpaquePaintEvent);
layout = new QGridLayout(this);
backgroundSourceCard = new CardInfoPictureArtCropWidget(this);