<div dir="ltr">HI<div>Will I get hover events in a object that is inherited from QgsMapCanvasItem?</div><div>I created a class derived from QgsMapCanvasItem and implemented the three methods hover events.</div><div><br></div><div>When instantiating the class I pass it a mapcanvas, and set the acceptHoverEvents to true.</div><div>I also implemented the boundingrect method that returns the bounding rect, and before I change the bounding rect, I am calling prepareGeometryChange before updating the bounding rectangle.</div><div>I have also checked the <span style="line-height:1.5">hasMouseTracking setting on the mapcanvas and it is set to true.</span></div> <div>But when moving the mouse pointer over the object, no hover events is coming in?</div><div>Should I get hover events, or is it "blocked" in the mapcanvas?</div><div><br></div><div>Regards</div><div>Theuns Heydenrych</div></div>