On Wed, Mar 19, 2008 at 8:24 PM, Phil Thompson <phil at riverbankcomputing.com> wrote: > The fix is to take an explicit copy of the QPoint... > > self.startPos = QPoint(event.pos()) > > ...which is what happens implicitly in C++. > Many thanks for your reply Phil. It is now working as expected :). Regards, Gilles.