Ticket #42073: patch-ext-grid-XS-GridCellEditor.xs.diff
File patch-ext-grid-XS-GridCellEditor.xs.diff, 500 bytes (added by mojca (Mojca Miklavec), 11 years ago) |
---|
-
ext/grid/XS/GridCellEditor.xs
old new wxGridCellEditor::Show( show, attr ) 48 48 wxGridCellAttr* attr 49 49 50 50 void 51 wxGridCellEditor::PaintBackground( rectCell, attr ) 51 wxGridCellEditor::PaintBackground( dc, rectCell, attr ) 52 wxDC* dc 52 53 wxRect* rectCell 53 54 wxGridCellAttr* attr 54 55 CODE: 55 THIS->PaintBackground( * rectCell,attr );56 THIS->PaintBackground( *dc, *rectCell, *attr ); 56 57 57 58 void 58 59 wxGridCellEditor::BeginEdit( row, col, grid )