From 379f9e3eb8cb8ddf8ffa40aa614de8d8f366c0ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Fri, 22 Nov 2024 23:00:17 +0100 Subject: [PATCH] Update videobox.cpp Audio on by default. Ref: #331 --- src/core/Boxes/videobox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Boxes/videobox.cpp b/src/core/Boxes/videobox.cpp index 9a5fc16fc..c790ac399 100644 --- a/src/core/Boxes/videobox.cpp +++ b/src/core/Boxes/videobox.cpp @@ -60,7 +60,7 @@ VideoBox::VideoBox() : AnimationBox("Video", eBoxType::video), const auto flar = getDurationRectangle()->ref(); mSound = enve::make_shared(flar); ca_addChild(mSound); - mSound->hide(); + //mSound->hide(); // should be on by default mSound->SWT_hide(); connect(this, &eBoxOrSound::parentChanged,