1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-03 07:33:49 +01:00

Fix window closing behavior, remove (bug 151)

This commit is contained in:
BusinessmanProgrammerSteve
2010-04-19 06:03:21 +00:00
parent c6ad77aabe
commit 828481a3c8
4 changed files with 18 additions and 22 deletions

View File

@@ -557,6 +557,9 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
//flag for cancellation of timer record.
bool mTimerRecordCanceled;
// Are we currently closing as the result of a menu command?
bool mMenuClose;
public:
DECLARE_EVENT_TABLE()
};