From bb7d788038b555e476927b7950ef72ec1e690540 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 14 Oct 2008 19:41:21 +0000 Subject: [PATCH] only insert needed for load() --- editor/syncdocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/syncdocument.cpp b/editor/syncdocument.cpp index 4b6543b..534c5e2 100644 --- a/editor/syncdocument.cpp +++ b/editor/syncdocument.cpp @@ -47,7 +47,7 @@ bool SyncDocument::load(const std::string &fileName) ) ); multiCmd->addCommand( - this->getSetKeyFrameCommand( + new InsertCommand( int(trackIndex), atoi(rowString.c_str()), keyFrame