Themes: Explicitly remove Editor/Text setting in Classic
This commit is contained in:
5
src/Gui/PreferencePacks/Classic/post.FCMacro
Normal file
5
src/Gui/PreferencePacks/Classic/post.FCMacro
Normal 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")
|
||||
Reference in New Issue
Block a user