From Mathieu Marache, "we found that events where not caught when running in ON_DEMAND frame scheme : GraphicsWindow::checkEvents() always return false and GraphicsWindowQt doesn't overload it.
here is a simple fix that will return if the list is empty or not and will match the comment in checkEvents()
This commit is contained in:
@@ -55,7 +55,6 @@ class OSGUTIL_EXPORT SceneView : public osg::Object, public osg::CullSettings
|
||||
STANDARD_SETTINGS = HEADLIGHT |
|
||||
COMPILE_GLOBJECTS_AT_INIT |
|
||||
APPLY_GLOBAL_DEFAULTS |
|
||||
APPLY_GLOBAL_DEFAULTS |
|
||||
CLEAR_GLOBAL_STATESET
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user