Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.3.3
-
None
Description
QGraphicsItem::setCursor() does not work after invoking a context menu without selecting any items from the menu. QGraphicsItem::cursor() returns the expected cursor, but the cursor is not changed on the screen. However, if an item is selected from the context menu, QGraphicsItem::setCursor() continues to work as expected.