openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #01611
[Bug 499790] Re: Timeline marker is reset after specific operations
Andy,
While I was looking at your patch, it occurred to me that this code should probably live in the RefreshXML() method, instead of everywhere we call RefreshXML(). Does that make sense? So, I gave it a try just in the RefreshXML method, and it seems to work great. I'm going to go ahead and commit my version, but let me know if you disagree.
Thanks!
-Jonathan
** Changed in: openshot
Status: In Progress => Fix Committed
--
Timeline marker is reset after specific operations
https://bugs.launchpad.net/bugs/499790
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
Status in OpenShot Video Editor: Fix Committed
Bug description:
Sometimes, the timeline marker is reset to the start.
Steps to reproduce:
- place marker somewhere (not at the start)
- edit properties of a clip
- move the marker by cursor keys (left/right) or by using the speed buttons on the preview window
- the marker will be rest to the start
This happens on a few other operations:
- removing a transition
- adding a transition
- edit properties of a clip (already mentioned above)
This list is far from complete, but maybe there's a generic cause.
References