mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +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:
parent
1dee669c1b
commit
1211725f39
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user