Allow the UI layout to be fully locked or to prevent docking changes. Fixes #2653

This commit is contained in:
Dave Page
2019-05-31 11:51:30 -04:00
parent 91075cc3f5
commit 2dd075161d
24 changed files with 539 additions and 125 deletions

View File

@@ -428,7 +428,7 @@ class Preferences(object):
assert _type is not None, "Type for a preference cannot be none!"
assert _type in (
'boolean', 'integer', 'numeric', 'date', 'datetime',
'options', 'multiline', 'switch', 'node', 'text',
'options', 'multiline', 'switch', 'node', 'text', 'radioModern',
'keyboardshortcut'
), "Type cannot be found in the defined list!"