mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
Removed SetStretchy.
It was setting a non-existent column to stretchy. Did nothing on wx2.8.12. Was an error on wx3.0.1.
This commit is contained in:
@@ -162,8 +162,6 @@ void QualityPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
{
|
||||
S.StartMultiColumn(2, wxEXPAND);
|
||||
{
|
||||
S.SetStretchyCol(2);
|
||||
|
||||
S.TieChoice(_("Sample Rate Con&verter:"),
|
||||
Resample::GetFastMethodKey(),
|
||||
Resample::GetFastMethodDefault(),
|
||||
|
Reference in New Issue
Block a user