mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
@@ -59,6 +59,11 @@ Changes in this release include the following:
|
||||
|
||||
* Fix comparing DataViewItem and TreeListItem objects with None. (#595)
|
||||
|
||||
* Fix event type name in wx/lib/sheet.py (#613)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
4.0.0b2 -- "Hurricanes, Floods, and Forest Fires! Oh My!"
|
||||
|
||||
@@ -193,7 +193,7 @@ class CSheet(wx.grid.Grid):
|
||||
self.Bind(wx.grid.EVT_GRID_RANGE_SELECT, self.OnRangeSelect)
|
||||
self.Bind(wx.grid.EVT_GRID_ROW_SIZE, self.OnRowSize)
|
||||
self.Bind(wx.grid.EVT_GRID_COL_SIZE, self.OnColSize)
|
||||
self.Bind(wx.grid.EVT_GRID_CELL_CHANGE, self.OnCellChange)
|
||||
self.Bind(wx.grid.EVT_GRID_CELL_CHANGED, self.OnCellChange)
|
||||
self.Bind(wx.grid.EVT_GRID_SELECT_CELL, self.OnGridSelectCell)
|
||||
|
||||
def OnGridSelectCell(self, event):
|
||||
|
||||
Reference in New Issue
Block a user