I found the reason for the behaviour: In UIGraphicsScene::mouseReleaseEvent I forgot to pass the mouseEvent on to QGraphicsScene::mouseReleaseEvent:
Qt Code:
{ emit insertFinished(); }To copy to clipboard, switch view to plain text mode
I found the reason for the behaviour: In UIGraphicsScene::mouseReleaseEvent I forgot to pass the mouseEvent on to QGraphicsScene::mouseReleaseEvent:
Qt Code:
{ emit insertFinished(); }To copy to clipboard, switch view to plain text mode
Bookmarks