Andrew contribution to add preference method for Fast/Slow speed
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / resourcepixmap.C
index 991b85d4c65eb0ee89a9ec62d8478bf3c8df8a6d..1406dd2d8280191f01a3c986e3aad42945a04d74 100644 (file)
@@ -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;