mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Merge pull request #1660
* make extra sure progress dialog crash handler is in the foregroud
This commit is contained in:
parent
1c059aae7c
commit
4b601f15c7
2 changed files with 3 additions and 0 deletions
|
|
@ -773,6 +773,7 @@ int main() {
|
|||
{
|
||||
SetWindowPos(hwndProgressDialog, HWND_TOPMOST, 0, 0, 0, 0,
|
||||
SWP_NOMOVE | SWP_NOSIZE | SWP_SHOWWINDOW);
|
||||
SetForegroundWindow(hwndProgressDialog);
|
||||
}
|
||||
|
||||
pOleWindow->Release();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue