If I simply change a sidebearing in accents, by code, the components move.
This doesn't happen changing the sidebearing manually.
For example, executing this simple code will disalign components in Ntilde, ntilde, etc.
So I have to rebuild these glyphs
f=CurrentFont()
f['tildecomb'].leftMargin=0
f.update()
Any ideas?