Fixed display of overridden key frames on audio display (#349).

Originally committed to SVN as r958.
This commit is contained in:
Rodrigo Braz Monteiro 2007-03-28 01:17:56 +00:00
parent ee3178a8e1
commit 58f4dae158
1 changed files with 2 additions and 0 deletions

View File

@ -1080,6 +1080,7 @@ void FrameMain::LoadKeyframes(wxString filename) {
keyFrames.Empty();
VideoContext::Get()->CloseOverKeyFrames();
videoBox->videoSlider->Refresh();
audioBox->audioDisplay->Update();
Refresh();
return;
}
@ -1127,6 +1128,7 @@ void FrameMain::LoadKeyframes(wxString filename) {
// Refresh display
Refresh();
audioBox->audioDisplay->Update();
}
// Fail