1
0
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:
james.k.crook@gmail.com 2014-10-10 11:07:44 +00:00
parent 1dee669c1b
commit 1211725f39

View File

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