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 a864bfd commit 455ac6fCopy full SHA for 455ac6f
1 file changed
Lib/defconAppKit/controls/glyphView.py
@@ -415,7 +415,7 @@ def _populatePlacard(self):
415
if len(layerSet.layerOrder) > 1:
416
items.append(NSMenuItem.separatorItem())
417
# prep the state dictionary
418
- for layerName in self._placardLayerOptions.keys():
+ for layerName in list(self._placardLayerOptions.keys()):
419
if layerName not in layerSet:
420
del self._placardLayerOptions[layerName]
421
for layerName in layerSet.layerOrder:
0 commit comments