diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp index 5697625f..55f8ce24 100644 --- a/kstyle/breezestyle.cpp +++ b/kstyle/breezestyle.cpp @@ -104,6 +104,7 @@ namespace BreezePrivate //* paint void paint( QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override { + painter->setRenderHints( QPainter::Antialiasing ); // if the app sets an item delegate that isn't the default, use its drawing... if( _proxy && _proxy->metaObject()->className() != QStringLiteral("QComboBoxDelegate") ) { _proxy.data()->paint( painter, option, index );