-
Type: Task
-
Status: Closed
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.19
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Sprint:DEV-10/11/2015
-
Affect Type:Technical
See on the 100 line in "UserApplicationsSettingsGUIController.cpp", QApplication::setStyle() is called each time, when application settings are changed. Call of QApplication::setStyle() is unsafе and can lead to crash, so rewrite the code and call the method only if style is changed.