forgotten return statement added
This commit is contained in:
parent
eff35ce3cb
commit
422fb816bc
@ -419,6 +419,8 @@ void QskScrollView::mousePressEvent( QMouseEvent* event )
|
||||
|
||||
setScrollPos( QPointF( x, m_data->scrollPos.y() ) );
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Inherited::mousePressEvent( event );
|
||||
|
Loading…
x
Reference in New Issue
Block a user