Skip to content

Commit

Permalink
Fix bad identation in old code
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Apr 20, 2019
1 parent 91099e2 commit 53942a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/TabWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ void TabWidget::wheelEvent( QWheelEvent * we )
if( we->y() > m_tabheight )
{
return;
}
}

we->accept();
int dir = ( we->delta() < 0 ) ? 1 : -1;
Expand Down

0 comments on commit 53942a1

Please sign in to comment.