Closed Zackaroni closed 6 years ago
Line 127: self.proxy.wrap is returning a gui.MenuItem, which breaks on the following line because MenuItem doesn't have an itemArray attribute. Reverted this line to gui.PopupMenu, since that seems to work.
Thanks for this, as #96 fixes the same problem, I'm just going to close this one out.
Line 127: self.proxy.wrap is returning a gui.MenuItem, which breaks on the following line because MenuItem doesn't have an itemArray attribute. Reverted this line to gui.PopupMenu, since that seems to work.