From 2b3214049a080c09865bd6289e11054ea3833fa1 Mon Sep 17 00:00:00 2001 From: "stevethefiddle@gmail.com" Date: Thu, 12 Jun 2014 18:29:09 +0000 Subject: [PATCH] Comment to replace ANSWER-ME in ErrorDialog. --- src/widgets/ErrorDialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/widgets/ErrorDialog.cpp b/src/widgets/ErrorDialog.cpp index f4dda4b0c..dbce1fe59 100644 --- a/src/widgets/ErrorDialog.cpp +++ b/src/widgets/ErrorDialog.cpp @@ -203,7 +203,8 @@ void ShowAliasMissingDialog(AudacityProject *parent, dlog->SetPosition(point); dlog->CentreOnParent(wxHORIZONTAL); + // This needs to be modeless because user may need to + // stop playback AND read dialog's instructions. dlog->Show(); // ANSWER-ME: Vigilant Sentry flags this method as not deleting dlog, so a mem leak. - // ANSWER-ME: Why is this modeless? Shouldn't it require user action before proceeding? }