Yeah I already use deleteLater() for the QWindow, but still got the event coming through weirdly. It only seemed to manifest itself when closing down the application (ie this was the last QWindow being deleted), so I figured it might be something strange to do with how we close down our event loops.
On Tue, Jan 6, 2015 at 3:54 PM, René J.V. <rjvber...@gmail.com> wrote: > On Tuesday January 06 2015 15:18:08 Tom Ward wrote: > > > I think I recently found a similar problem on OS X (in 4.8 I should add), > > where we were getting events coming through for cocoa objects that had > > their corresponding QWidget deleted. In my case I was getting an > > Yes, that's probably a very similar situation. You didn't try to use > deleteLater for the QWidget? > > > To patch this particular case, I added a macEventFilter to check for this > > specific problem, maybe it'd be of use to you? > > Maybe not directly in this case, but I'd have to check. Thanks for the > suggestion! > > René > -- Tom Ward The Foundry, 5 Golden Square, London, W1F 9HT Tel: +44(0) 20 7479 4350 Web: www.thefoundry.co.uk The Foundry Visionmongers Ltd. Registered in England and Wales No: 4642027
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest