Menu

Commit [r28286]  Maximize  Restore  History

Replacement of a wx.ListCtrl.DeleteAllColumns() function call from the spectrum GUI element.

This function does not exist in wxPython-Phoenix. Instead the columns are looped over and
wx.ListCtrl.DeleteColumn() is called instead.

bugman 2016-11-15

changed /trunk/gui/components/spectrum.py
/trunk/gui/components/spectrum.py Diff Switch to side-by-side view
Loading...