You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this in the Macro Window on startup:
Traceback (most recent call last):
File "GlyphsApp/GlyphsApp/plugins.py", line 959, in init
File "plugin.py", line 50, in settings
for colorData in colorsData:
TypeError: 'NoneType' object is not iterable
Traceback (most recent call last):
File "GlyphsApp/GlyphsApp/UI/CanvasView.py", line 20, in drawRect_
File "plugin.py", line 68, in draw
for num, i in enumerate(self.order, 1):
AttributeError: 'labelKey' object has no attribute 'order'
The text was updated successfully, but these errors were encountered:
I'm getting this in the Macro Window on startup:
Traceback (most recent call last):
File "GlyphsApp/GlyphsApp/plugins.py", line 959, in init
File "plugin.py", line 50, in settings
for colorData in colorsData:
TypeError: 'NoneType' object is not iterable
Traceback (most recent call last):
File "GlyphsApp/GlyphsApp/UI/CanvasView.py", line 20, in drawRect_
File "plugin.py", line 68, in draw
for num, i in enumerate(self.order, 1):
AttributeError: 'labelKey' object has no attribute 'order'
The text was updated successfully, but these errors were encountered: