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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user