Skip to content

Fix selection tool

Marco Martin requested to merge work/mart/mouseReleaseFix into master

mouseReleaseEvent always has empty buttons(), but will have as button() the one that was just released, so we should check that one

Merge request reports