fix auto id 'that' blunder, tweak keyfrm popup speed undo
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / auto.C
index 03d4aa016eb5d72b67122f79554e0f9ae8aad314..cd950dad0fae9907a1668391c7fa548a9a967fd1 100644 (file)
@@ -69,7 +69,7 @@ void Auto::copy(int64_t start, int64_t end, FileXML *file, int default_only)
 
 void Auto::copy_from(Auto *that)
 {
-       this->orig_id = orig_id;
+       this->orig_id = that->orig_id;
        this->position = that->position;
 }