+ fixes #0001970: Spaceball 5000 USB no longer works in Windows 7 in 0.15 dev versions
This commit is contained in:
parent
9ba57683d5
commit
4a5a4e9af2
|
@ -88,7 +88,9 @@ QuarterWidgetP::QuarterWidgetP(QuarterWidget * masterptr, const QGLWidget * shar
|
||||||
|
|
||||||
// FIXME: Centralize this as only one custom event filter can be
|
// FIXME: Centralize this as only one custom event filter can be
|
||||||
// added to an application. (20101019 handegar)
|
// added to an application. (20101019 handegar)
|
||||||
|
#ifdef HAVE_SPACENAV_LIB // fixes #0001970
|
||||||
qApp->setEventFilter(QuarterWidgetP::nativeEventFilter);
|
qApp->setEventFilter(QuarterWidgetP::nativeEventFilter);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
QuarterWidgetP::~QuarterWidgetP()
|
QuarterWidgetP::~QuarterWidgetP()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user