Skip to content

Commit

Permalink
fix(DBlurEffectWidget): not refresh when update mask alpha
Browse files Browse the repository at this point in the history
Change-Id: I77cc0d85736c0baefa779b3b417a13b41d61fb32
  • Loading branch information
haruyukilxz committed Oct 8, 2018
1 parent 9a72d91 commit 492b2b9
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 @@ -466,6 +466,8 @@ void DBlurEffectWidget::setMaskAlpha(quint8 alpha) {

d->setMaskAlpha(alpha);

update();

Q_EMIT maskAlphaChanged(alpha);
}

Expand Down

0 comments on commit 492b2b9

Please sign in to comment.