Move where icons in menus attribute is set
Without this, icons are not visible on macOS
This commit is contained in:
committed by
Chris Hennes
parent
a8f2ddb038
commit
344b655f16
@@ -107,8 +107,6 @@ void StartupProcess::setupApplication()
|
||||
// compression for tablet events here to solve that.
|
||||
QCoreApplication::setAttribute(Qt::AA_CompressTabletEvents);
|
||||
#endif
|
||||
// https://forum.freecad.org/viewtopic.php?f=3&t=15540
|
||||
QApplication::setAttribute(Qt::AA_DontShowIconsInMenus, false);
|
||||
}
|
||||
|
||||
void StartupProcess::execute()
|
||||
|
||||
Reference in New Issue
Block a user