We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea8427 commit 0c7ebf2Copy full SHA for 0c7ebf2
1 file changed
Mopy/bash/basher.py
@@ -6107,6 +6107,7 @@ def DeselectAll(self,event=None):
6107
self.gPatchers.Check(index,False)
6108
patcher.isEnabled = False
6109
if not hasattr(patcher, 'gList'): continue
6110
+ if patcher.getName() == 'FormID Lists': continue # special case that one.
6111
if patcher.getName() == 'Leveled Lists': continue # special case that one.
6112
patcher.gList.SetChecked([])
6113
patcher.OnListCheck()
0 commit comments