We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65618d0 commit 1565d7dCopy full SHA for 1565d7d
gui/wxpython/vdigit/dialogs.py
@@ -401,7 +401,7 @@ def OnCancel(self, event):
401
402
def OnApply(self, event):
403
"""Apply button pressed"""
404
- for fid in self.cats.keys():
+ for fid in list(self.cats.keys()):
405
newfid = self.ApplyChanges(fid)
406
if fid == self.fid and newfid > 0:
407
self.fid = newfid
0 commit comments