mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 17:10:05 +02:00
Bug 1607 - Some dialogs appear on primary monitor when Audacity is running on secondary monitor
This commit is contained in:
parent
4c3455c2c7
commit
cc38ba34a4
@ -493,6 +493,9 @@ FreqWindow::FreqWindow(wxWindow * parent, wxWindowID id,
|
||||
|
||||
Layout();
|
||||
Fit();
|
||||
// Bug 1607:
|
||||
Center();
|
||||
|
||||
SetMinSize(GetSize());
|
||||
mAlgChoice->SetFocus();
|
||||
|
||||
|
@ -1326,6 +1326,7 @@ ExportMixerDialog::ExportMixerDialog( const TrackList *tracks, bool selectedOnly
|
||||
SetSizeHints( 640, 480, 20000, 20000 );
|
||||
|
||||
SetSize( 640, 480 );
|
||||
Center();
|
||||
}
|
||||
|
||||
ExportMixerDialog::~ExportMixerDialog()
|
||||
|
Loading…
x
Reference in New Issue
Block a user