mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 09:09:47 +02:00
Re-add timer...fixes bug #655
This commit is contained in:
parent
cddff18025
commit
3029c1dd3c
@ -1472,6 +1472,9 @@ void AudacityApp::FinishInits()
|
||||
ModuleManager::Get().Dispatch(AppInitialized);
|
||||
|
||||
mWindowRectAlreadySaved = FALSE;
|
||||
|
||||
mTimer.SetOwner(this, kAudacityAppTimerID);
|
||||
mTimer.Start(200);
|
||||
}
|
||||
|
||||
void AudacityApp::InitCommandHandler()
|
||||
|
@ -209,6 +209,8 @@ class AudacityApp:public wxApp {
|
||||
|
||||
wxSingleInstanceChecker *mChecker;
|
||||
|
||||
wxTimer mTimer;
|
||||
|
||||
bool m_aliasMissingWarningShouldShow;
|
||||
BlockFile *m_LastMissingBlockFile;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user