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: {
|
case QEvent::Paint: {
|
||||||
QPainter painter(d->frame);
|
QPainter painter(d->frame);
|
||||||
painter.setOpacity(0.3);
|
|
||||||
painter.fillRect(d->frame->rect(), Qt::white);
|
painter.fillRect(d->frame->rect(), Qt::white);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue