QGraphicsView - custom curve dissapearing when too close
Unsolved
General and Desktop
-
wrote on 15 Oct 2019, 18:44 last edited by
Hey
I've created my own QGraphicsItem - curve to do some drawing but whenever I zoom close the curve disappears.
What function do I have to inherit/extend to handle visibility draw call?
Regards
Dariusz -
wrote on 21 Oct 2019, 07:52 last edited by
Bump... 8 chars....
-
wrote on 25 Oct 2019, 03:25 last edited by
It appears that QGraphicsScene checks if position of item is visible in view and then draws/dont draws it... returning qgraphicsScene->sceneRect() as boundingRect on my curve "solved" the issues but its a problem for selectable items... hmmm
1/3