tallforasmurf / PPQT

A post-processing tool for PGDP written in Python, PyQt4, and Qt
GNU General Public License v3.0
4 stars 2 forks source link

Char table doesn't refresh after edit? #74

Closed tallforasmurf closed 12 years ago

tallforasmurf commented 12 years ago

User looks up a singleton character using the char table. User deletes said character. User clicks Refresh in Char panel and character is still there with unchanged count.

tallforasmurf commented 12 years ago

Can't duplicate but one longstanding problem is that we save without refreshing the censuses, in order to not drag out a save. However this clears the document changed flag. Need to save the metadata-out-of-date status IN THE METADATA and reload it on load.

tallforasmurf commented 12 years ago

On further exchange with rfrank, the symptoms look like a fucked .meta file, and I await getting a copy of the document and meta to examine.

tallforasmurf commented 12 years ago

User rfrank admits to have been messing with the meta file, and has backed up and trashed it. So close for cannot duplicate.