mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-18 00:37:59 +01:00
Lyrics panel listens; AudacityProject not responsible for updating it
This commit is contained in:
@@ -114,10 +114,9 @@ LyricsWindow::LyricsWindow(AudacityProject *parent):
|
||||
//
|
||||
//pToolBar->Realize();
|
||||
|
||||
mLyricsPanel = safenew LyricsPanel(this, -1, panelPos, panelSize);
|
||||
mLyricsPanel = safenew LyricsPanel(this, -1, parent, panelPos, panelSize);
|
||||
RTL_WORKAROUND(mLyricsPanel);
|
||||
|
||||
|
||||
//vvv Highlight style is broken in ported version.
|
||||
//switch (mLyricsPanel->GetLyricsStyle())
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user