1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-23 23:03:55 +02:00

Change Speed - Make 3 member variables private and re-disable FromTime menu.

This commit is contained in:
stevethefiddle@gmail.com
2014-11-25 03:09:54 +00:00
parent 7c3f355c7a
commit e159414c9d
2 changed files with 6 additions and 3 deletions

View File

@@ -432,6 +432,7 @@ void ChangeSpeedDialog::PopulateOrExchange(ShuttleGui & S)
mpFromLengthCtrl->SetToolTip(tip);
#endif
mpFromLengthCtrl->SetReadOnly(true);
mpFromLengthCtrl->EnableMenu(false);
S.AddPrompt(_("New Length") + wxString(wxT(":")));