Remove QtStyle preference when applying Classic theme (#15168)

This commit is contained in:
FEA-eng
2024-07-08 19:44:08 +02:00
committed by GitHub
parent 8668d48b2d
commit de508e437d

View File

@@ -3,3 +3,6 @@ import FreeCAD
editorPrefs = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Editor")
editorPrefs.RemInt("Text")
appPrefs = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/General")
appPrefs.RemString("QtStyle")