mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +02:00
Fix for bug #1182
This commit is contained in:
parent
d59871d341
commit
a7a1e11668
@ -1175,7 +1175,7 @@ void FileDialog::Disabler::Exit(wxDialog *dialog)
|
|||||||
if (mModalCount == 0)
|
if (mModalCount == 0)
|
||||||
{
|
{
|
||||||
::EnableWindow(mHwnd, TRUE);
|
::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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user