Fix bad identation in old code

This commit is contained in:
Johannes Lorenz
2019-04-20 18:32:17 +02:00
parent 91099e28d5
commit 53942a146a

View File

@@ -290,7 +290,7 @@ void TabWidget::wheelEvent( QWheelEvent * we )
if( we->y() > m_tabheight )
{
return;
}
}
we->accept();
int dir = ( we->delta() < 0 ) ? 1 : -1;