mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 08:58:06 +02:00
Clarify code comment about bug 458 workaround.
This commit is contained in:
parent
31081470cf
commit
69e9d8860a
@ -3365,7 +3365,7 @@ void AudacityProject::OnPreferences()
|
|||||||
//
|
//
|
||||||
// http://bugzilla.audacityteam.org/show_bug.cgi?id=458
|
// 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();
|
wxRect r = p->GetRect();
|
||||||
p->SetSize(wxSize(1,1));
|
p->SetSize(wxSize(1,1));
|
||||||
p->SetSize(r.GetSize());
|
p->SetSize(r.GetSize());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user