1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-21 08:15:54 +01:00

Just made some comments easier to read.

This commit is contained in:
v.audacity
2010-11-17 02:13:37 +00:00
parent a1b01c4156
commit 42d7d941e7
2 changed files with 6 additions and 4 deletions

View File

@@ -52,8 +52,9 @@ LyricsWindow::LyricsWindow(AudacityProject *parent):
parent->GetName().c_str()).c_str())),
wxPoint(100, 300), gSize,
//v Bug in wxFRAME_FLOAT_ON_PARENT:
// If both the project frame and LyricsWindow are minimized and you restore LyricsWindow, you can't restore project frame until you close
// LyricsWindow, but then project frame and LyricsWindow are restored but LyricsWindow is unresponsive because it thinks it's not shown.
// If both the project frame and LyricsWindow are minimized and you restore LyricsWindow,
// you can't restore project frame until you close LyricsWindow, but then project frame and
// LyricsWindow are restored but LyricsWindow is unresponsive because it thinks it's not shown.
// wxDEFAULT_FRAME_STYLE | wxFRAME_FLOAT_ON_PARENT)
wxDEFAULT_FRAME_STYLE)
{