Changeset 2985


Ignore:
Timestamp:
Aug 9, 2017 4:10:36 PM (6 years ago)
Author:
vondreele
Message:

remove that unbind - caused crash when adding a new histogram

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branch/2frame/GSASIIddataGUI.py

    r2976 r2985  
    983983   
    984984    if DData.GetSizer():
    985         DData.select.Unbind(wx.EVT_LISTBOX)  # remove binding to avoid event on Linux
     985#        DData.select.Unbind(wx.EVT_LISTBOX)  # remove binding to avoid event on Linux
    986986        DData.GetSizer().Clear(True)
    987987    mainSizer = wx.BoxSizer(wx.VERTICAL)
Note: See TracChangeset for help on using the changeset viewer.