mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 07:33:49 +01:00
fix for bug 584
This commit is contained in:
@@ -492,6 +492,7 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
||||
bool mShowSplashScreen;
|
||||
wxString mHelpPref;
|
||||
wxString mSoloPref;
|
||||
bool mbBusyImporting; // used to fix bug 584
|
||||
|
||||
void SetNormalizedWindowState(wxRect pSizeAndLocation) { mNormalizedWindowState = pSizeAndLocation; }
|
||||
wxRect GetNormalizedWindowState() const { return mNormalizedWindowState; }
|
||||
|
||||
Reference in New Issue
Block a user