mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-04 16:14:00 +01:00
Change tab order to be like 2.1.0
This commit is contained in:
@@ -454,12 +454,14 @@ FreqWindow::FreqWindow(wxWindow * parent, wxWindowID id,
|
||||
mFuncChoice = S.Id(FreqFuncChoiceID).AddChoice(_("&Function:"), wxT(""), &funcChoices);
|
||||
mFuncChoice->SetSelection(mFunc);
|
||||
S.SetSizeHints(wxDefaultCoord, wxDefaultCoord);
|
||||
mFuncChoice->MoveAfterInTabOrder(mSizeChoice);
|
||||
|
||||
S.AddSpace(5);
|
||||
|
||||
mAxisChoice = S.Id(FreqAxisChoiceID).AddChoice(_("&Axis:"), wxT(""), &axisChoices);
|
||||
mAxisChoice->SetSelection(mAxis);
|
||||
S.SetSizeHints(wxDefaultCoord, wxDefaultCoord);
|
||||
mAxisChoice->MoveAfterInTabOrder(mFuncChoice);
|
||||
|
||||
S.AddSpace(5);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user