diff --git a/components/qtmaterialautocomplete.cpp b/components/qtmaterialautocomplete.cpp index e49b4c0..df006a6 100644 --- a/components/qtmaterialautocomplete.cpp +++ b/components/qtmaterialautocomplete.cpp @@ -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; }