Fix bug in settings scopes (#884)

21 *->blank
21 blank->*
21r *-> R
21 R->blank
21 blank -> R Should be *
This commit is contained in:
Ross Scroggs
2019-04-12 14:27:57 -07:00
committed by Jay Lee
parent 5c6e31200e
commit 693c23e562

View File

@@ -13126,6 +13126,7 @@ Append an 'r' to grant read-only access or an 'a' to grant action-only access.
if selected is None:
# Toggle the option on/off
option.is_selected = not option.is_selected
option.unrestrict()
else:
option.is_selected = selected
else: