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