From 4d8e8355b4ecffc4e1d907a99102c43e75493dfa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 25 Dec 2011 12:52:56 +0000 Subject: [PATCH] Added a warning about multi-cells in wxGrid::DeleteRows() docs. Currently deleting rows or columns intersecting a multi-cell is simply not supported and results in an immediate crash. See #4238. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/grid.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.0