X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftransitionhandles.C;fp=cinelerra-5.1%2Fcinelerra%2Ftransitionhandles.C;h=00a5835b16d52d16959da74b67bce002e0601b2a;hb=95f86161c3b9c422bbd04ec8f685aa7e856d6dd7;hp=625dc25d3ba182d32291044c9f6c5fcba2478999;hpb=09c2f5f26f06b33101230e42cdb0a482a6cccf76;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/transitionhandles.C b/cinelerra-5.1/cinelerra/transitionhandles.C index 625dc25d..00a5835b 100644 --- a/cinelerra-5.1/cinelerra/transitionhandles.C +++ b/cinelerra-5.1/cinelerra/transitionhandles.C @@ -82,7 +82,7 @@ void TransitionHandles::update() { int64_t edit_x, edit_y, edit_w, edit_h; trackcanvas->edit_dimensions(edit, edit_x, edit_y, edit_w, edit_h); - trackcanvas->get_transition_coords(edit_x, edit_y, edit_w, edit_h); + trackcanvas->get_transition_coords(edit, edit_x, edit_y, edit_w, edit_h); if(visible(edit_x, edit_w, edit_y, edit_h)) {