Update the audio display when keyframes are loaded/unloaded

Originally committed to SVN as r5086.
This commit is contained in:
Thomas Goyne 2010-12-31 23:53:42 +00:00
parent 7347c09ac0
commit d282b425c0
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ AudioController::AudioController()
Bind(wxEVT_POWER_SUSPENDED, &AudioController::OnComputerSuspending, this);
Bind(wxEVT_POWER_RESUME, &AudioController::OnComputerResuming, this);
#endif
keyframes_marker_provider->AddMarkerMovedListener(std::tr1::bind(std::tr1::ref(AnnounceMarkerMoved)));
}