X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Famodule.C;h=f8d2e78933a076327614b721398c0d55101777ac;hb=7f424c50584e96c710a817c43767d285abdec521;hp=d8fb4396437ecea793686c20b5d55539880bdfd6;hpb=13a039ef755e81e65c9479b4b615fd89bfe3e038;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/amodule.C b/cinelerra-5.1/cinelerra/amodule.C index d8fb4396..f8d2e789 100644 --- a/cinelerra-5.1/cinelerra/amodule.C +++ b/cinelerra-5.1/cinelerra/amodule.C @@ -283,7 +283,7 @@ int AModule::import_samples(AEdit *edit, int command = direction == PLAY_REVERSE ? NORMAL_REWIND : NORMAL_FWD; if( !nested_command ) - nested_command = new TransportCommand; + nested_command = new TransportCommand(get_preferences()); nested_command->command = command; nested_command->get_edl()->copy_all(nested_edl); nested_command->change_type = CHANGE_ALL;