Skip to content

Commit

Permalink
fix: blur effect widget not set WA_TranslucentBackground
Browse files Browse the repository at this point in the history
Change-Id: Ifcd9b6eb7ac98d553086c015e27a5d0c343b888d
  • Loading branch information
zccrs committed Jan 12, 2018
1 parent a3e46a4 commit 572ca1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/widgets/dblureffectwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ DBlurEffectWidget::DBlurEffectWidget(QWidget *parent)
: QWidget(parent)
, DObject(*new DBlurEffectWidgetPrivate(this))
{
setAttribute(Qt::WA_TranslucentBackground);

if (!parent) {
D_D(DBlurEffectWidget);

Expand Down

0 comments on commit 572ca1f

Please sign in to comment.