diff --git a/include/osg/GraphicsContext b/include/osg/GraphicsContext index 483cfd9b8..54673aa52 100644 --- a/include/osg/GraphicsContext +++ b/include/osg/GraphicsContext @@ -58,7 +58,7 @@ class OSG_EXPORT GraphicsContext : public Object width(0), height(0), windowDecoration(false), - supportsResize(false), + supportsResize(true), red(8), blue(8), green(8),