[Development] Under Windows QWindow receiving QExposeEvent on window drag.

2015-01-19 Thread Trent Reed
I am attempting to animate a QOpenGLWindow, so I'm connecting SIGNAL(frameSwapped()) with SLOT(update()) to force update on vsync as recommended in the documentation. So far so good, under *nix OSes this works fine. (Tested on x64 Ubuntu and OS X) But on Windows, when dragging a window around,

Re: [Development] Under Windows QWindow receiving QExposeEvent on window drag.

2015-01-19 Thread Agocs Laszlo
+laszlo.agocs=theqtcompany@qt-project.org development-bounces+laszlo.agocs=theqtcompany@qt-project.org on behalf of Trent Reed treed0...@gmail.com Sent: Sunday, January 18, 2015 6:04 AM To: development@qt-project.org Subject: [Development] Under Windows QWindow receiving QExposeEvent