Fixed: SymbolPicker component from palette, error due to wrong parent shortcut

The Symbol picker is broken with a td.Shortcut has no attribute 'SymbolPicker message.

The error is in the char TOP in symbolPicker/replicator/

Please change font paramter from:

parent.Symbolpicker.par.Symbolfont.eval()

to:

parent.SymbolPicker.par.Symbolfont.eval()

And the dropDest DAT to:

name = args[0]
path = args[1]
tmp = op('{0}/{1}'.format(args[1],args[0]))
font = op(args[3]).parent.SymbolPicker.par.Symbolfont.eval()
if tmp:
   tmp.par.font.expr = ''
   tmp.par.font = font
   print(tmp)

Or replace current with this tox to fix the issues:

symbolPicker.tox (20.5 KB)

Thanks @Darien.Brito,

this will be fixed with the next release.

Cheers
Markus