Open drawcard opened 3 years ago
This is still a problem. Can you have a look?
here is another one:
Traceback (most recent call last):
File "vanillaList.py", line 52, in observeValueForKeyPath_ofObject_change_context_
self._targetMethod()
File "vanillaList.py", line 814, in _edit
self._editCallback(self)
File "plugin.py", line 153, in listEdited
self.drawFriends(Glyphs.font.selectedLayers[0])
File "plugin.py", line 91, in drawFriends
if g.completeBezierPath is not None:
AttributeError: 'NoneType' object has no attribute 'completeBezierPath'
ping
Here is another report:
Details:
Traceback (most recent call last):
File "GlyphsApp/GlyphsApp/plugins.py", line 1413, in raiseException_
File "GlyphsApp/GlyphsApp/plugins.py", line 1229, in drawBackgroundForLayer_options_
File "plugin.py", line 115, in background
if not self.toolStatus: self.openWindow()
^^^^^^^^^^^^^^^^^
File "plugin.py", line 68, in openWindow
self.updateWindowUI()
File "plugin.py", line 228, in updateWindowUI
if not self.currentGlyph or not self.currentWindow:
^^^^^^^^^^^^^^^^^
AttributeError: 'Backdrop' object has no attribute 'currentGlyph'
App:3.3-3317 Plugin:1.1.1-5 System:14.6.1
From https://forum.glyphsapp.com/t/glyphs-crash-with-backdrop-plugin/18211