1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 08:39:46 +02:00

Clarify code comment about bug 458 workaround.

This commit is contained in:
windinthew@gmail.com 2014-11-16 13:08:41 +00:00
parent 31081470cf
commit 69e9d8860a

View File

@ -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());