git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70826
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_selectedBlockCorner = coords;
// if event is handled by user code, no further processing
m_selectedBlockCorner = coords;
// if event is handled by user code, no further processing
- if ( SendEvent(wxEVT_GRID_CELL_BEGIN_DRAG, coords, event) == 1 )
+ if ( SendEvent(wxEVT_GRID_CELL_BEGIN_DRAG, coords, event) != 0 )
performDefault = false;
return performDefault;
performDefault = false;
return performDefault;