From fb7060cd13215bdc4f441c37a754711c772922fd Mon Sep 17 00:00:00 2001 From: scheffle Date: Wed, 16 Aug 2023 16:38:51 +0200 Subject: [PATCH] make the window resizable in release mode --- .../standalone/examples/standalone/source/testappdelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vstgui/standalone/examples/standalone/source/testappdelegate.cpp b/vstgui/standalone/examples/standalone/source/testappdelegate.cpp index 7eb60ffe0..82db77376 100644 --- a/vstgui/standalone/examples/standalone/source/testappdelegate.cpp +++ b/vstgui/standalone/examples/standalone/source/testappdelegate.cpp @@ -282,7 +282,7 @@ bool Delegate::handleCommand (const Command& command) else { config.uiDescFileName = "test.uidesc"; - config.windowConfig.style.border (); + config.windowConfig.style.border ().size (); config.windowConfig.style.movableByWindowBackground (); auto customization = UIDesc::Customization::make (); customization->addCreateViewControllerFunc (