Clean up indentation / tabs from previous patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3034,14 +3034,14 @@ void wxListMainWindow::OnMouse( wxMouseEvent &event )
|
||||
if ( !(cmdModifierDown || event.ShiftDown()) )
|
||||
{
|
||||
if( IsSingleSel() || !IsHighlighted(current) )
|
||||
{
|
||||
HighlightAll( false );
|
||||
{
|
||||
HighlightAll( false );
|
||||
|
||||
ChangeCurrent(current);
|
||||
ChangeCurrent(current);
|
||||
|
||||
ReverseHighlight(m_current);
|
||||
}
|
||||
else // multi sel & current is highlighted & no mod keys
|
||||
ReverseHighlight(m_current);
|
||||
}
|
||||
else // multi sel & current is highlighted & no mod keys
|
||||
{
|
||||
m_lineSelectSingleOnUp = current;
|
||||
ChangeCurrent(current); // change focus
|
||||
|
Reference in New Issue
Block a user