New Attribute Error

Glyphs.currentDocument.windowController().activeEditViewController().graphicView().zoomViewToAbsoluteScale_(0.05)

This line used to work about 2 updates ago, now in Version 2.5.2 (1186)
I get this:

AttributeError: 'NSKVONotifying_GSGlyphEditView' object has no attribute 'zoomViewToAbsoluteScale_'

Hi what’s the new API…

I’ll fix that but please use:

Font.currentTab.scale = 0.05
1 Like