We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18afae4 commit 0b67e1aCopy full SHA for 0b67e1a
examples/graphics/source/main.cpp
@@ -36,7 +36,7 @@ class CustomWindow
36
{
37
public:
38
CustomWindow()
39
- : yup::DocumentWindow (yup::ComponentNative::defaultFlags, yup::Color (0xff404040))
+ : yup::DocumentWindow ({}, yup::Color (0xff404040))
40
41
rive::Factory* factory = getNativeComponent()->getFactory();
42
if (factory == nullptr)
0 commit comments