1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-11 22:14:36 +01:00

Select the 'correct' part when pasting in HandlePasteNothingSelected - working up to the more complicated changes required on the same lines.

This commit is contained in:
martynshaw99
2010-09-07 23:10:29 +00:00
parent 50a61e1570
commit ed187aa185
3 changed files with 17 additions and 4 deletions

View File

@@ -159,6 +159,8 @@ scroll information. It also has some status flags.
TrackList *AudacityProject::msClipboard = new TrackList();
double AudacityProject::msClipLen = 0.0;
double AudacityProject::msClipT0 = 0.0;
double AudacityProject::msClipT1 = 0.0;
AudacityProject *AudacityProject::msClipProject = NULL;
ODLock *AudacityProject::msAllProjectDeleteMutex = new ODLock();