QGraphicsView MousePressEvent keeps looping
Unsolved
General and Desktop
-
This post is deleted!
-
This post is deleted!
@hobbyProgrammer said in QGraphicsView MousePressEvent keeps looping:
QGraphicsView::mousePressEvent(event);
Why do you call this in a loop?
Also, you should call accept/ignore on the event: https://doc.qt.io/qt-5/qevent.html -
@hobbyProgrammer said in QGraphicsView MousePressEvent keeps looping:
QGraphicsView::mousePressEvent(event);
Why do you call this in a loop?
Also, you should call accept/ignore on the event: https://doc.qt.io/qt-5/qevent.htmlThis post is deleted!