+ 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 ff5b47034a
commit 910d6c93c2

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()