Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv14073/src

Modified Files:
        LabelTrack.cpp 
Log Message:


Labels now shift properly on paste


Index: LabelTrack.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/LabelTrack.cpp,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- LabelTrack.cpp      23 Jul 2008 15:31:51 -0000      1.95
+++ LabelTrack.cpp      25 Jul 2008 15:33:05 -0000      1.96
@@ -2017,12 +2017,6 @@
       len++;
    }
 
-   while (pos < len) {
-      mLabels[pos]->t += sl->mClipLen;
-      mLabels[pos]->t1 += sl->mClipLen;
-      pos++;
-   }
-
    return true;
 }
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to