mirror of https://github.com/odrling/Aegisub
Fixed display of overridden key frames on audio display (#349).
Originally committed to SVN as r958.
This commit is contained in:
parent
ee3178a8e1
commit
58f4dae158
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue