mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 15:15:57 +01:00
Comment to replace ANSWER-ME in ErrorDialog.
This commit is contained in:
@@ -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?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user