1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 23:59:41 +02:00
This commit is contained in:
Leland Lucius 2015-09-08 11:19:37 -05:00
parent d59871d341
commit a7a1e11668

View File

@ -1175,7 +1175,7 @@ void FileDialog::Disabler::Exit(wxDialog *dialog)
if (mModalCount == 0)
{
::EnableWindow(mHwnd, TRUE);
::SetWindowPos(mHwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);
::SetWindowPos(mHwnd, HWND_TOP, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);
}
}
}