From 69e9d8860a50b29bbe57bcb00063a1437a3589b1 Mon Sep 17 00:00:00 2001 From: "windinthew@gmail.com" Date: Sun, 16 Nov 2014 13:08:41 +0000 Subject: [PATCH] Clarify code comment about bug 458 workaround. --- src/Menus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Menus.cpp b/src/Menus.cpp index c94199ff0..58633adfe 100644 --- a/src/Menus.cpp +++ b/src/Menus.cpp @@ -3365,7 +3365,7 @@ void AudacityProject::OnPreferences() // // http://bugzilla.audacityteam.org/show_bug.cgi?id=458 // - // This should be removed with wxWidgets 2.8.13 is released. + // This workaround should be removed when Audacity updates to wxWidgets 3.x which has a fix. wxRect r = p->GetRect(); p->SetSize(wxSize(1,1)); p->SetSize(r.GetSize());