Skip to content

Commit 7e672d2

Browse files
committed
Merge remote-tracking branch 'remotes/origin/main'
2 parents 6894293 + 72ff528 commit 7e672d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GSASII/GSASIIctrlGUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5042,7 +5042,7 @@ def SetContents(self,parent):
50425042
if parent.hisNum != '*' and name.split(':')[1] != parent.hisNum: continue
50435043
if (parent.varName != ' ') and (parent.varName not in name): continue
50445044
self.varList.append(name)
5045-
oldlen = self.GetItemCount()
5045+
#oldlen = self.GetItemCount()
50465046
self.SetItemCount(len(self.varList))
50475047

50485048
def OnRowSelected(self, event, row=None):

0 commit comments

Comments
 (0)