mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Set focus to algorithm choice on initial display
This commit is contained in:
@@ -497,6 +497,7 @@ FreqWindow::FreqWindow(wxWindow * parent, wxWindowID id,
|
||||
Layout();
|
||||
Fit();
|
||||
SetMinSize(GetSize());
|
||||
mAlgChoice->SetFocus();
|
||||
|
||||
#if defined(__WXGTK__)
|
||||
// This should be rechecked with wx3.
|
||||
|
Reference in New Issue
Block a user