Skip to content

Commit

Permalink
Fixed switching of clips.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 24, 2024
1 parent 40a9860 commit 6cf6012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrv2/lib/mrvGL/mrvTimelineViewport.cpp
Expand Up @@ -934,7 +934,7 @@ namespace mrv
}
else if (p.frameView && p.switchClip)
{
_frameView();
frameView();
p.switchClip = false;
}

Expand Down

0 comments on commit 6cf6012

Please sign in to comment.