Re-interpolate layer on multiple glyphs only re-interpolates first glyph

Hello, I noticed that selecting multiple glyphs and clicking “Re-interpolate” only applies to the first layer in the selection. Doing it via the macro panel

for glyph in Font.selectedLayers:
    glyph.reinterpolate()

works fine. But not via the context menu.

1 Like

I have fixed that already for a future version (to many changes to add it to the current version).

Once again faster than the bug reports. Thanks!

Is this actually fixed? Selecting Re-Interpolate from the Layers panel still only reinterpolated the first glyph for me.

The future version happen to be version 3.2 (that will go into beta soon).

1 Like