Skip to content

Commit

Permalink
Update adjustMetrics.py
Browse files Browse the repository at this point in the history
Replace deprecated font.selection attribute
  • Loading branch information
ninastoessinger committed Dec 31, 2021
1 parent 0f85aa8 commit 2c22f48
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -316,7 +316,7 @@ def apply(self, sender):
for f in fonts:

if self.w.glyphSelection.get() == 0:
gnames = CurrentFont().selection
gnames = CurrentFont().selectedGlyphNames
else:
gnames = f.keys()

Expand Down

0 comments on commit 2c22f48

Please sign in to comment.