Merge branch 'Plasma/5.9'

wilder-pre-rebase
Kai Uwe Broulik 9 years ago
commit 68be22c67e
  1. 5
      kstyle/breezestyle.cpp

@ -3067,6 +3067,11 @@ namespace Breeze
if ( qobject_cast< const QAbstractButton*>( widget ) || qobject_cast< const QScrollBar*>( widget ) )
return true;
// no focus indicator on ComboBox list items
if (widget && widget->inherits("QComboBoxListView")) {
return true;
}
#if QT_VERSION >= 0x050000
if ( option->styleObject && option->styleObject->property("elementType") == QLatin1String("button") )
return true;

Loading…
Cancel
Save