Skip to content

Commit

Permalink
+ force FreeCAD to always show icons in menus if available (this over…
Browse files Browse the repository at this point in the history
…writes system settings)
  • Loading branch information
wwmayer committed Apr 30, 2016
1 parent eca3ce2 commit e50950f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Gui/Application.cpp
Expand Up @@ -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");
Expand Down

0 comments on commit e50950f

Please sign in to comment.