Minor style and formatting clean up of the new code
Fix typos in comments and indent them. Wrap over-long lines. Remove useless top-level const.
This commit is contained in:
@@ -3447,7 +3447,7 @@ int wxDataViewMainWindow::GetLineAt( unsigned int y ) const
|
||||
if (!node)
|
||||
{
|
||||
// not really correct...
|
||||
return row + ((y - yy) / m_lineHeight);
|
||||
return row + ((y-yy) / m_lineHeight);
|
||||
}
|
||||
item = node->GetItem();
|
||||
}
|
||||
|
Reference in New Issue
Block a user