ZeroDivisionError when setting clip speed to zero
Bug #1014059 reported by
Daniel Ellis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
Medium
|
Unassigned |
Bug Description
I attempted to pause a clip by setting the speed to 0 (under the advanced section of the clips speed tab). Pressing Apply would appear to do nothing. The error "ZeroDivisionError: float division by zero" is output to the command line.
So should we restrict the slider to prevent 0 from being selected, or would it be possible to allow 0 to be used in order to pause a clip?
Related branches
Changed in openshot: | |
status: | New → Confirmed |
milestone: | none → 1.4.3 |
Changed in openshot: | |
status: | Confirmed → Fix Committed |
importance: | Undecided → Medium |
Changed in openshot: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I've committed a fix for this. Setting the speed to zero caused a few other problems, so I've limited the slide control to a minimum of 0.1.