Hi there!
I have a function in which i call update(), I want it to redraw the things in my qGraphicsView. Now, the thing is that it doesn’t redraw anything unless the window is resized. It somehow puts on the stack all the calls of update() and starts them when I resize the screen. Why is that?
Thanks for your help!
↧