1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Lyrics panel listens; AudacityProject not responsible for updating it

This commit is contained in:
Paul Licameli
2018-02-17 16:29:24 -05:00
parent ad8fafa6a0
commit 96d104cb38
6 changed files with 79 additions and 45 deletions

View File

@@ -199,7 +199,6 @@ void OnKaraoke(const CommandContext &context)
auto lyricsWindow = project.GetLyricsWindow(true);
lyricsWindow->Show();
project.UpdateLyrics();
lyricsWindow->Raise();
}