Skip to content

Commit

Permalink
Update videobox.cpp
Browse files Browse the repository at this point in the history
Audio on by default.

Ref: #331
  • Loading branch information
rodlie committed Nov 22, 2024
1 parent 9c88402 commit 379f9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Boxes/videobox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ VideoBox::VideoBox() : AnimationBox("Video", eBoxType::video),
const auto flar = getDurationRectangle()->ref<FixedLenAnimationRect>();
mSound = enve::make_shared<eVideoSound>(flar);
ca_addChild(mSound);
mSound->hide();
//mSound->hide(); // should be on by default
mSound->SWT_hide();

connect(this, &eBoxOrSound::parentChanged,
Expand Down

0 comments on commit 379f9e3

Please sign in to comment.