1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-02 14:17:07 +01:00

Bug 1664 - Two shortcut pairs do not work in focused Karaoke window

This commit is contained in:
James Crook
2017-08-15 23:09:31 +01:00
parent 672e36951c
commit e7d33e18a7
3 changed files with 8 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ private:
DECLARE_EVENT_TABLE()
};
class Lyrics final : public wxPanelWrapper
class Lyrics final : public wxPanel
{
DECLARE_DYNAMIC_CLASS(Lyrics)