From 5f088ef9148760e4ed30b35b429d30446f31ae63 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 23 Jun 2007 21:54:56 +0000 Subject: [PATCH] Set the Traits::supportsResize flag to true in default constructor. --- include/osg/GraphicsContext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),