Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-05-20 13:21:51 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2020-05-20 13:21:51 +0300
commitc7211276e520c84a0ec6e1b55a823803c366cf97 (patch)
treed0bc63087404a2378fd10f6ef6ea7a90c4d59238 /src/gui/activitywidget.cpp
parent961a8f64f0aa5462b43efcabf4e247015f07508e (diff)
parentcb6737c10dd1706578d25f79a32ad072b837332e (diff)
Merge remote-tracking branch 'origin/2.6'
Diffstat (limited to 'src/gui/activitywidget.cpp')
-rw-r--r--src/gui/activitywidget.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/activitywidget.cpp b/src/gui/activitywidget.cpp
index e634c3840..e486a9e86 100644
--- a/src/gui/activitywidget.cpp
+++ b/src/gui/activitywidget.cpp
@@ -73,8 +73,6 @@ ActivityWidget::ActivityWidget(QWidget *parent)
// Create a widget container for the notifications. The ui file defines
// a scroll area that get a widget with a layout as children
QWidget *w = new QWidget;
- // workaround for Qt not updating the background on theme changes
- w->setAttribute(Qt::WA_OpaquePaintEvent, true);
_notificationsLayout = new QVBoxLayout;
w->setLayout(_notificationsLayout);
_notificationsLayout->setAlignment(Qt::AlignTop);