this only updates the first source 馃槺 ```python d = CurrentDesignspace() for s in d.sources: s.familyName = "foo bar" d.sourcesChanged() ``` @frankrolf
this only updates the first source 馃槺
@frankrolf