mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-20 22:30: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
src
@ -493,6 +493,9 @@ FreqWindow::FreqWindow(wxWindow * parent, wxWindowID id,
|
|||||||
|
|
||||||
Layout();
|
Layout();
|
||||||
Fit();
|
Fit();
|
||||||
|
// Bug 1607:
|
||||||
|
Center();
|
||||||
|
|
||||||
SetMinSize(GetSize());
|
SetMinSize(GetSize());
|
||||||
mAlgChoice->SetFocus();
|
mAlgChoice->SetFocus();
|
||||||
|
|
||||||
|
@ -1326,6 +1326,7 @@ ExportMixerDialog::ExportMixerDialog( const TrackList *tracks, bool selectedOnly
|
|||||||
SetSizeHints( 640, 480, 20000, 20000 );
|
SetSizeHints( 640, 480, 20000, 20000 );
|
||||||
|
|
||||||
SetSize( 640, 480 );
|
SetSize( 640, 480 );
|
||||||
|
Center();
|
||||||
}
|
}
|
||||||
|
|
||||||
ExportMixerDialog::~ExportMixerDialog()
|
ExportMixerDialog::~ExportMixerDialog()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user