Skip to content

Commit

Permalink
fix MultiEffectState
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Jan 4, 2024
1 parent bdad03d commit f6d7e4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/mediafx/qml/MultiEffectState.qml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ State {

Component.onCompleted: effect.visible = false

ParentChange {
target: effect
parent: videoOutput.parent
}
PropertyChanges {
anchors.fill: videoOutput
parent: videoOutput.parent
source: videoOutput
target: effect
visible: true
Expand Down

0 comments on commit f6d7e4a

Please sign in to comment.