QGraphicsItem ignores mouse release event when ItemIsMovable is false.
Unsolved
General and Desktop
-
Hello, is there any way to get mouseReleaseEvent() to work when ItemIsMovable flag is set to false? The event is completely ignored unless I change ItemIsMovable to true again.
-
Hi
And you have QGraphicsItem::ItemIsSelectable on ? -
@mrjj No, it is false. (even though, when I make ItemIsMovable true, I also make ItemIsSelected true)
-
Hi
Ok try with that on and see if it then get the mouse events. -
@mrjj Yes, it worked. Thank you!