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();
|
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
|
||||||
|
|
Loading…
Reference in New Issue