From: Les N. <les...@fa...> - 2014-12-05 17:07:34
|
I'm not sure where to submit a patch but the wxGridCellEditor and wxGridCellRenderer classes should not be automatically deleted. The grid control takes ownership of these objects causing a crash after the grid is deleted. I have attached a patch for the grid binding file. Les |