1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

Set focus to algorithm choice on initial display

This commit is contained in:
Leland Lucius 2015-05-04 23:39:53 -05:00
parent f0cd43236d
commit 35c2e5d227

View File

@ -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.