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

View file

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