1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-21 05:35:45 +01:00

AUP3: Don't molest project file when applying macros

Cliff reported that if you apply a macro to "Files" and you had
a "saved project" open at the time, you would get the "not saved
properly" dialog when you next open that "saved project".

This should correct it...
This commit is contained in:
Leland Lucius
2020-08-26 00:06:19 -05:00
parent bbd893c891
commit 0bbf1792fa
6 changed files with 10 additions and 40 deletions

View File

@@ -62,8 +62,6 @@ public:
bool SaveFromTimerRecording( wxFileName fnFile );
bool SaveCopy(const FilePath &fileName = wxT(""));
void Reset();
/** @brief Show an open dialogue for opening audio files, and possibly other
* sorts of files.
*