PDA

View Full Version : QGraphicsView repaint closes context menus and others



Chops211
20th June 2016, 14:41
I have a QGraphicsView that centers on a point every second. If I turn off the centering function, everything works great. If I allow the QGraphicsView to update every second on a new point, it closes any menus that I have open in the QMainWindow menu bar, and any pop up context menus. Is there anyway to disable this behavior?