Skip to content

Commit 0c7ebf2

Browse files
committed
Fixed an issue #1
1 parent 7ea8427 commit 0c7ebf2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mopy/bash/basher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6107,6 +6107,7 @@ def DeselectAll(self,event=None):
61076107
self.gPatchers.Check(index,False)
61086108
patcher.isEnabled = False
61096109
if not hasattr(patcher, 'gList'): continue
6110+
if patcher.getName() == 'FormID Lists': continue # special case that one.
61106111
if patcher.getName() == 'Leveled Lists': continue # special case that one.
61116112
patcher.gList.SetChecked([])
61126113
patcher.OnListCheck()

0 commit comments

Comments
 (0)