1
0
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:
v.audacity
2013-05-11 03:29:15 +00:00
parent 6dd69e47fa
commit 483d723a5d
3 changed files with 13 additions and 5 deletions

View File

@@ -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; }