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() ) );
|
setScrollPos( QPointF( x, m_data->scrollPos.y() ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Inherited::mousePressEvent( event );
|
Inherited::mousePressEvent( event );
|
||||||
|
|
Loading…
Reference in New Issue