[Differential] [Commented On] D4426: [Breeze Kstyle] Don't draw focus indicator on ComboBox entries

Hugo Pereira Da Costa noreply at phabricator.kde.org
Fri Feb 3 09:50:18 UTC 2017


hpereiradacosta added inline comments.

INLINE COMMENTS

> breezestyle.cpp:3071
> +        // no focus indicator on ComboBox list items
> +        if (widget && widget->metaObject()->className() == QByteArrayLiteral("QComboBoxListView")) {
> +            return true;

I would rather use widget->inherits( "QComboBoxListView"). Would that work ?

REPOSITORY
  R31 Breeze

REVISION DETAIL
  https://phabricator.kde.org/D4426

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: broulik, #plasma, hpereiradacosta
Cc: plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20170203/7810dd3b/attachment.html>


More information about the Plasma-devel mailing list