cibikle / LaSSI

LaSSI (the Last Starship Save Inspector) is a free, open source, cross-platform, fan-made tool for inspecting and editing save files for "The Last Starship" by Introversion Software (https://www.introversion.co.uk/introversion/). Cross-platform UI made possible by Eto (https://github.com/picoe/Eto)
GNU Affero General Public License v3.0
4 stars 3 forks source link

ListBuilder Apply doesn't work #92

Closed cibikle closed 9 months ago

cibikle commented 9 months ago

The Apply button doesn't work after making a change with a ListBuilder. Curiously, the Revert button works fine and triggering an Apply-all using the save command works fine too.

cibikle commented 9 months ago

Had a little oopsie-goof that left the Apply event handler looking for the ListBuilder control in the wrong parent. Fixed now.