diff --git a/include/wx/generic/grid.h b/include/wx/generic/grid.h index d0b7224f4e..1bd58bbf04 100644 --- a/include/wx/generic/grid.h +++ b/include/wx/generic/grid.h @@ -2804,10 +2804,10 @@ protected: // operation in progress. int m_dragMoveRowOrCol; - // Last drag marker position while drag-moving a column. + // Last drag marker position while drag-moving a row or column. int m_dragLastPos; - // Last drag marker colour while drag-moving a column. + // Last drag marker colour while drag-moving a row or column. const wxColour *m_dragLastColour; // Row or column (depending on m_cursorMode value) currently being resized