+ force FreeCAD to always show icons in menus if available (this overwrites system settings)
This commit is contained in:
parent
eca3ce2dde
commit
e50950f070
|
@ -1576,6 +1576,8 @@ void Application::runApplication(void)
|
|||
// if application not yet created by the splasher
|
||||
int argc = App::Application::GetARGC();
|
||||
GUISingleApplication mainApp(argc, App::Application::GetARGV());
|
||||
// http://forum.freecadweb.org/viewtopic.php?f=3&t=15540
|
||||
mainApp.setAttribute(Qt::AA_DontShowIconsInMenus, false);
|
||||
|
||||
// check if a single or multiple instances can run
|
||||
it = cfg.find("SingleInstance");
|
||||
|
|
Loading…
Reference in New Issue
Block a user