diff --git a/interface/wx/grid.h b/interface/wx/grid.h index ed3b3a8689..6ba13bed3b 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -1457,6 +1457,9 @@ public: /** Delete rows from the table. + Notice that currently deleting a row intersecting a multi-cell (see + SetCellSize()) is not supported and will result in a crash. + @param pos The first row to delete. @param numRows