Skip to content

Commit

Permalink
Opacity should be 1 on menu drop shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
laserpants committed Oct 15, 2017
1 parent 72701bd commit 3864072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/qtmaterialautocomplete.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ bool QtMaterialAutoComplete::eventFilter(QObject *watched, QEvent *event)
{
case QEvent::Paint: {
QPainter painter(d->frame);
painter.setOpacity(0.3);
painter.fillRect(d->frame->rect(), Qt::white);
break;
}
Expand Down

0 comments on commit 3864072

Please sign in to comment.