From 4b58060ab6584d6315185cc7af0bff0d22cd4713 Mon Sep 17 00:00:00 2001 From: BruebachL <44814898+BruebachL@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:12:58 +0200 Subject: [PATCH] Don't set opaque paint event. (#6151) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Took 9 minutes Took 20 seconds Co-authored-by: Lukas BrĂ¼bach --- cockatrice/src/client/ui/widgets/general/home_widget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cockatrice/src/client/ui/widgets/general/home_widget.cpp b/cockatrice/src/client/ui/widgets/general/home_widget.cpp index d3319d75a..407c7e3cb 100644 --- a/cockatrice/src/client/ui/widgets/general/home_widget.cpp +++ b/cockatrice/src/client/ui/widgets/general/home_widget.cpp @@ -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);