mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Re-add timer...fixes bug #655
This commit is contained in:
@@ -1472,6 +1472,9 @@ void AudacityApp::FinishInits()
|
||||
ModuleManager::Get().Dispatch(AppInitialized);
|
||||
|
||||
mWindowRectAlreadySaved = FALSE;
|
||||
|
||||
mTimer.SetOwner(this, kAudacityAppTimerID);
|
||||
mTimer.Start(200);
|
||||
}
|
||||
|
||||
void AudacityApp::InitCommandHandler()
|
||||
|
||||
Reference in New Issue
Block a user