Skip to content

Commit

Permalink
Fix speed dial crash
Browse files Browse the repository at this point in the history
When dragging the speed dial and letting go over the timeline,
`this:fadeout` was called, but that function does not exist.
Introduced in 7551943
  • Loading branch information
christoph-heinrich authored and tomasklaen committed Aug 14, 2022
1 parent 46b3b63 commit 17d400c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions uosc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2653,9 +2653,6 @@ if options.speed then
end
end,
on_global_mbtn_left_up = function(this)
if this.dragging and elements.timeline.proximity_raw == 0 then
this:fadeout()
end
this.dragging = nil
request_render()
end,
Expand Down

0 comments on commit 17d400c

Please # to comment.