1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

History window listens for events

This commit is contained in:
Paul Licameli
2018-02-17 15:31:18 -05:00
parent dbcf8ae59b
commit ad8fafa6a0
5 changed files with 9 additions and 28 deletions

View File

@@ -191,7 +191,6 @@ void OnHistory(const CommandContext &context)
auto historyWindow = project.GetHistoryWindow(true);
historyWindow->Show();
historyWindow->Raise();
historyWindow->UpdateDisplay();
}
void OnKaraoke(const CommandContext &context)