Disable icons in menus if we read a css file. This fixes the odd looking border that is drawn around these in KDe4 builds (and Qt5?)
This commit is contained in:
committed by
craig.p.drummond
parent
d487aa3344
commit
1eac3d0f5e
@@ -203,6 +203,7 @@ void GtkStyle::applyTheme(QWidget *widget)
|
||||
#endif
|
||||
symbolicIcons=header.contains("symbolic-icons:true");
|
||||
lightIcons=header.contains("light-icons:true");
|
||||
QCoreApplication::setAttribute(Qt::AA_DontShowIconsInMenus);
|
||||
}
|
||||
}
|
||||
if (!style) {
|
||||
|
||||
Reference in New Issue
Block a user