Remove USE_SYSTEM_MENU_ICON cmake option
This commit is contained in:
committed by
Craig Drummond
parent
b3bc9b456c
commit
8140827ad3
@@ -36,7 +36,6 @@ MenuButton::MenuButton(QWidget *parent)
|
||||
setPopupMode(QToolButton::InstantPopup);
|
||||
setIcon(Icons::self()->menuIcon);
|
||||
setToolTip(tr("Menu"));
|
||||
setHideMenuIndicator(true);
|
||||
if (!Utils::touchFriendly()) {
|
||||
installEventFilter(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user