Commit 331d758d authored by Clément Fauconnier's avatar Clément Fauconnier

reset timer at mouse release event

parent d65218e0
......@@ -351,6 +351,7 @@ UBSceneThumbnailNavigPixmap* UBDocumentNavigator::clickedThumbnail(const QPoint
void UBDocumentNavigator::mouseReleaseEvent(QMouseEvent *event)
{
event->accept();
mLongPressTimer.stop();
}
void UBDocumentNavigator::longPressTimeout()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment