Set the Traits::supportsResize flag to true in default constructor.

This commit is contained in:
Robert Osfield 2007-06-23 21:54:56 +00:00
parent 6c154441e2
commit 5f088ef914

View File

@ -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),