driscollis/applications_with_wxpython

Chapter 8 - version 1 - Save does not save edits

cmcknight opened this issue · 5 comments

Clicking the save button does not save the edits.

Well, it does save the edits, but it's not updating the main app. Not sure why I didn't notice that, but I am working on a fix

Thanks, I just validated that the edits are in fact saved.

Also, I know you're working on a fix, but shouldn't the ObjectListView be cleared if you select another folder? :-)

I could see an argument for the current way it works, but I like this suggestion better. I just updated the code with the fixes including clearing the widget on load.