Use wxEVT_GRID_RANGE_SELECTED instead of deprecated SELECT

Fix building the tests with WXWIN_COMPATIBILITY_3_0 disabled.
This commit is contained in:
Vadim Zeitlin
2020-09-01 15:04:39 +02:00
parent 7cd12a2bd6
commit 0a053580c0

View File

@@ -434,7 +434,7 @@ TEST_CASE_METHOD(GridTestCase, "Grid::RangeSelect", "[grid]")
if ( !EnableUITests() )
return;
EventCounter select(m_grid, wxEVT_GRID_RANGE_SELECT);
EventCounter select(m_grid, wxEVT_GRID_RANGE_SELECTED);
wxUIActionSimulator sim;