Remove doc warning regarding wxGrid multicells and deletion
Since the parent commit multicells work correctly when deleting (and
inserting) rows (or columns) intersecting with them and the comment
warning about it resulting in a crash is no longer needed.
This reverts commit 4d8e8355b4
(Added a warning about multi-cells in
wxGrid::DeleteRows() docs., 2011-12-25).
See #4238.
This commit is contained in:
parent
3123c76394
commit
cc239f36cc
@ -2511,9 +2511,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user