diff --git a/src/widgets/styles/qgtkstyle.cpp b/src/widgets/styles/qgtkstyle.cpp index 52c1e2376cb..caa41db4512 100644 --- a/src/widgets/styles/qgtkstyle.cpp +++ b/src/widgets/styles/qgtkstyle.cpp @@ -3173,7 +3173,8 @@ void QGtkStyle::drawControl(ControlElement element, #ifndef QT_NO_COMBOBOX - if (qobject_cast(widget)) + if (qobject_cast(widget) || + option->styleObject && option->styleObject->property("_q_isComboBoxPopupItem").toBool()) ignoreCheckMark = true; // Ignore the checkmarks provided by the QComboMenuDelegate #endif