Set the Traits::supportsResize flag to true in default constructor.
This commit is contained in:
parent
6c154441e2
commit
5f088ef914
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user