BlaisProteomics / mzStudio

The mzStudio Proteomic Mass Spectrometry Analysis Tool
GNU General Public License v3.0
3 stars 0 forks source link

Window close issue #9

Closed sficarro closed 7 years ago

sficarro commented 7 years ago

When Database frame closed, SpecStylus also closed. When you try to open another search, dialog reports 'search result file already opened". This indicates the Db frame does not go through the proper close channel and remove itself from the object organizer. Will investigate further.

sficarro commented 7 years ago

Quick thought... I think this might be from crossover of the AUI_PANE_CLOSE events.

sficarro commented 7 years ago

Issue resolved. Now binding aui.EVT_AUI_PANE_CLOSE to OnClose() in TopLevelFrame. Once triggered, calls OnClose in window that triggered the event. Update will be released in version 1.0.2.

sficarro commented 7 years ago

Update has been pushed to the repository.