forked from mia/Aegisub
Update the audio display when keyframes are loaded/unloaded
Originally committed to SVN as r5086.
This commit is contained in:
parent
7347c09ac0
commit
d282b425c0
1 changed files with 2 additions and 0 deletions
|
@ -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)));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue