Skip to content

Commit

Permalink
Don't trap all mouse events in Cursors handler
Browse files Browse the repository at this point in the history
  • Loading branch information
miek committed Jan 18, 2017
1 parent 5ce1d14 commit dcd34f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursors.cpp
Expand Up @@ -89,7 +89,7 @@ bool Cursors::mouseEvent(QEvent::Type type, QMouseEvent event)
return true;
}
}
return true;
return false;
}

void Cursors::paintFront(QPainter &painter, QRect &rect, range_t<off_t> sampleRange)
Expand Down

0 comments on commit dcd34f5

Please sign in to comment.