minor cleanup - reformatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5785,7 +5785,6 @@ void wxGrid::ProcessGridCellMouseEvent( wxMouseEvent& event )
|
||||
m_waitForSlowClick = true;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -7968,6 +7967,7 @@ void wxGrid::ShowCellEditControl()
|
||||
{
|
||||
colXPos += GetColSize( i );
|
||||
}
|
||||
|
||||
int xUnit = 1, yUnit = 1;
|
||||
GetScrollPixelsPerUnit( &xUnit, &yUnit );
|
||||
if (m_currentCellCoords.GetCol() != 0)
|
||||
|
Reference in New Issue
Block a user