bgribble/mfp

Save of "via" objects broken by "label" param

Closed this issue · 1 comments

My last changes for #224 broke saving of patches containing vias. My bad. The problem (I think) is that I added the param "label" to the save-set with the intention of saving the text of the label... but the "label" attribute is actually the ClutterText object.

Fixed by the above commit.