Lucas Dumont bb9a329ee4 Avoid wxWidgets alert when removing bottom to top
Fix assert ./src/generic/grid.cpp(5216): assert "idx >= 0 && idx < m_numRows" failed in GetRowPos(): invalid row index happening when selecting >= 3 row starting from the bottom last row. Even if not all row are selected.

This happen because wxGrid::DeleteRows will try to update the selected row between each call.
2024-10-24 23:11:26 +00:00
..
2024-05-06 10:36:07 -07:00
2022-07-21 16:31:41 +00:00
2023-11-05 08:09:51 -05:00
2023-11-05 08:09:51 -05:00
2024-04-27 23:49:13 +03:00