From 693c23e562303d4180b7e90a66fe7db53008ff0b Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Fri, 12 Apr 2019 14:27:57 -0700 Subject: [PATCH] Fix bug in settings scopes (#884) 21 *->blank 21 blank->* 21r *-> R 21 R->blank 21 blank -> R Should be * --- src/gam.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gam.py b/src/gam.py index 08f6fd7d..4712c98a 100755 --- a/src/gam.py +++ b/src/gam.py @@ -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: