+ fixes #0001970: Spaceball 5000 USB no longer works in Windows 7 in 0.15 dev versions

This commit is contained in:
wmayer 2015-03-11 12:44:38 +01:00
parent 9ba57683d5
commit 4a5a4e9af2

View File

@ -88,7 +88,9 @@ QuarterWidgetP::QuarterWidgetP(QuarterWidget * masterptr, const QGLWidget * shar
// FIXME: Centralize this as only one custom event filter can be
// added to an application. (20101019 handegar)
#ifdef HAVE_SPACENAV_LIB // fixes #0001970
qApp->setEventFilter(QuarterWidgetP::nativeEventFilter);
#endif
}
QuarterWidgetP::~QuarterWidgetP()