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:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -1408,8 +1408,9 @@ MixerBoardFrame::MixerBoardFrame(AudacityProject* parent)
|
||||
parent->GetName().c_str()).c_str())),
|
||||
wxDefaultPosition, kDefaultSize,
|
||||
//vvv Bug in wxFRAME_FLOAT_ON_PARENT:
|
||||
// If both the project frame and MixerBoardFrame are minimized and you restore MixerBoardFrame, you can't restore project frame until you close
|
||||
// MixerBoardFrame, but then project frame and MixerBoardFrame are restored but MixerBoardFrame is unresponsive because it thinks it's not shown.
|
||||
// If both the project frame and MixerBoardFrame are minimized and you restore MixerBoardFrame,
|
||||
// you can't restore project frame until you close MixerBoardFrame, but then project frame and
|
||||
// MixerBoardFrame are restored but MixerBoardFrame is unresponsive because it thinks it's not shown.
|
||||
// wxDEFAULT_FRAME_STYLE | wxFRAME_FLOAT_ON_PARENT)
|
||||
wxDEFAULT_FRAME_STYLE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user