mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-03 01:19:24 +02:00
Bug 1654 - Enh: Analyze Contrast and Plot Spectrum don't have the new "Help" button
Missed a bit in previous commit.
This commit is contained in:
parent
61e321fd43
commit
db97feafd7
@ -386,9 +386,9 @@ FreqWindow::FreqWindow(wxWindow * parent, wxWindowID id,
|
||||
S.StartHorizontalLay(wxEXPAND);
|
||||
{
|
||||
S.SetSizerProportion(1);
|
||||
S.StartMultiColumn(4);
|
||||
S.StartMultiColumn(6);
|
||||
S.SetStretchyCol(1);
|
||||
S.SetStretchyCol(5);
|
||||
S.SetStretchyCol(3);
|
||||
{
|
||||
S.AddPrompt(wxT("Cursor:"));
|
||||
|
||||
@ -493,8 +493,9 @@ FreqWindow::FreqWindow(wxWindow * parent, wxWindowID id,
|
||||
}
|
||||
mLogAxis = mAxis != 0;
|
||||
|
||||
//mCloseButton->SetDefault();
|
||||
//mCloseButton->SetFocus();
|
||||
mCloseButton = reinterpret_cast<wxButton*>(FindWindowById( wxID_CANCEL ));
|
||||
mCloseButton->SetDefault();
|
||||
mCloseButton->SetFocus();
|
||||
|
||||
Layout();
|
||||
Fit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user