Add missing "const" to wxGridCellEditor::PaintBackground() documentation
Closes #17589.
This commit is contained in:
@@ -461,7 +461,7 @@ public:
|
|||||||
Draws the part of the cell not occupied by the control: the base class
|
Draws the part of the cell not occupied by the control: the base class
|
||||||
version just fills it with background colour from the attribute.
|
version just fills it with background colour from the attribute.
|
||||||
*/
|
*/
|
||||||
virtual void PaintBackground(wxDC& dc, const wxRect& rectCell, wxGridCellAttr& attr);
|
virtual void PaintBackground(wxDC& dc, const wxRect& rectCell, const wxGridCellAttr& attr);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Reset the value in the control back to its starting value.
|
Reset the value in the control back to its starting value.
|
||||||
|
Reference in New Issue
Block a user