X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fresourcepixmap.C;h=1406dd2d8280191f01a3c986e3aad42945a04d74;hb=e9cdcb62fbd9794a368f11e7808c6ddf83fbd467;hp=991b85d4c65eb0ee89a9ec62d8478bf3c8df8a6d;hpb=f62d927a25cb3b02f2197fde99c77df3005d41a7;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/resourcepixmap.C b/cinelerra-5.1/cinelerra/resourcepixmap.C index 991b85d4..1406dd2d 100644 --- a/cinelerra-5.1/cinelerra/resourcepixmap.C +++ b/cinelerra-5.1/cinelerra/resourcepixmap.C @@ -472,7 +472,7 @@ void ResourcePixmap::draw_audio_source(TrackCanvas *canvas, Edit *edit, int x, i } if( !mwindow->gui->render_engine ) { - TransportCommand command; + TransportCommand command(mwindow->preferences); command.command = NORMAL_FWD; command.get_edl()->copy_all(edit->nested_edl); command.change_type = CHANGE_ALL;