mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-18 22:51:25 +01:00
Bug 1607 - Some dialogs appear on primary monitor when Audacity is running on secondary monitor
This commit is contained in:
@@ -493,6 +493,9 @@ FreqWindow::FreqWindow(wxWindow * parent, wxWindowID id,
|
||||
|
||||
Layout();
|
||||
Fit();
|
||||
// Bug 1607:
|
||||
Center();
|
||||
|
||||
SetMinSize(GetSize());
|
||||
mAlgChoice->SetFocus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user