adapting to new ctrl constant handling on OSX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -3664,7 +3664,7 @@ wxGrid::DoGridCellDrag(wxMouseEvent& event, | |||||||
|  |  | ||||||
|     switch ( event.GetModifiers() ) |     switch ( event.GetModifiers() ) | ||||||
|     { |     { | ||||||
|         case wxMOD_CMD: |         case wxMOD_CONTROL: | ||||||
|             if ( m_selectedBlockCorner == wxGridNoCellCoords) |             if ( m_selectedBlockCorner == wxGridNoCellCoords) | ||||||
|                 m_selectedBlockCorner = coords; |                 m_selectedBlockCorner = coords; | ||||||
|             UpdateBlockBeingSelected(m_selectedBlockCorner, coords); |             UpdateBlockBeingSelected(m_selectedBlockCorner, coords); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user