Kbr85 / UMSAP

Utilities for Mass Spectrometry Analysis of Proteins
0 stars 0 forks source link

EndModal returns always wx.ID_CANCEL #146

Open Kbr85 opened 2 years ago

Kbr85 commented 2 years ago

All wx.Dialog returns wx.ID_CANCEL always which means that if dlg.ShowModal(): always is True and the functions crash when selecting Cancel.