figment / falloutsnip

Fork of TESsnip targeted at Fallout 4
GNU General Public License v3.0
18 stars 4 forks source link

Editing Element arrays is broken #10

Open Orvid opened 8 years ago

Orvid commented 8 years ago

Attempting to edit a subrecord defined with a <Group repeat="1"><Element /><Element /></Group> to represent an arbitrary length array, results in the editor not loading the value of the first element in the pair of elements, and in the second element being loaded, but not being part of the paging control.

This can be easily observed with the PRPS group I add in PR #9, and also in the FVPA subrecord of COBJ records, which I also expand in PR #9.