Themes: Explicitly remove Editor/Text setting in Classic

This commit is contained in:
Chris Hennes
2024-05-04 12:24:40 -05:00
committed by 0penBrain
parent 9bd19ff43a
commit 15b612ebca

View File

@@ -0,0 +1,5 @@
# Classic theme must delete any set value for the editor text so that it is calculated dynamically when needed
import FreeCAD
editorPrefs = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Editor")
editorPrefs.RemInt("Text")