From 42d7d941e797b297ddab5bbd15ccdef98c1af412 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Wed, 17 Nov 2010 02:13:37 +0000 Subject: [PATCH] Just made some comments easier to read. --- src/LyricsWindow.cpp | 5 +++-- src/MixerBoard.cpp | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/LyricsWindow.cpp b/src/LyricsWindow.cpp index 4f028f74b..919ec7abf 100644 --- a/src/LyricsWindow.cpp +++ b/src/LyricsWindow.cpp @@ -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) { diff --git a/src/MixerBoard.cpp b/src/MixerBoard.cpp index 31faf5a23..5390855ff 100644 --- a/src/MixerBoard.cpp +++ b/src/MixerBoard.cpp @@ -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) {