Opacity should be 1 on menu drop shadow

This commit is contained in:
Johannes Hilden 2017-10-15 16:34:37 +03:00
parent 72701bd1a9
commit 38640724c3
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}