Opacity should be 1 on menu drop shadow
This commit is contained in:
parent
72701bd1a9
commit
38640724c3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue