From 58f4dae158897d7890dda525b3f3d7ab1338c452 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Wed, 28 Mar 2007 01:17:56 +0000 Subject: [PATCH] Fixed display of overridden key frames on audio display (#349). Originally committed to SVN as r958. --- aegisub/frame_main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aegisub/frame_main.cpp b/aegisub/frame_main.cpp index 73dc286a5..a9f00b62b 100644 --- a/aegisub/frame_main.cpp +++ b/aegisub/frame_main.cpp @@ -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