Use wxEVT_GRID_RANGE_SELECTED instead of deprecated SELECT
Fix building the tests with WXWIN_COMPATIBILITY_3_0 disabled.
This commit is contained in:
@@ -434,7 +434,7 @@ TEST_CASE_METHOD(GridTestCase, "Grid::RangeSelect", "[grid]")
|
|||||||
if ( !EnableUITests() )
|
if ( !EnableUITests() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
EventCounter select(m_grid, wxEVT_GRID_RANGE_SELECT);
|
EventCounter select(m_grid, wxEVT_GRID_RANGE_SELECTED);
|
||||||
|
|
||||||
wxUIActionSimulator sim;
|
wxUIActionSimulator sim;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user