-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Minor Bug with Zoom Timeline to Fit
As reported here: https://forum.shotcut.org/t/minor-bug-with-zoom-timeline-to-fit/38270 Perform the zoom twice (separated by a timer delay) to get the zoom correct.
- Loading branch information
Showing
2 changed files
with
44 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2df1292
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, these changes to Zoom to Fit are much worse for me than the last release. All I do is add a 2.5 minute video to the timeline using the append keyboard shortcut and click Zoom to Fit. Not only does it not fit even after repeated clicks on the button, but the timeline origin is somewhere left of where it should be and timeline scrolling is completely broken. I do not reproduce it on the 23.07 release. I am probably going to revert all changes to zoom. The minor bug is so minor compared to this.
2df1292
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wait, I found this is due to having the Scroll to Playhead on Zoom option turned on. I will add a check to skip this stuff if that is on.