Fix #36
This commit is contained in:
parent
6e6f644472
commit
fa64125fa0
|
@ -110,7 +110,7 @@ LRESULT CALLBACK window_procedure(HWND window, unsigned int msg, WPARAM wp, LPAR
|
||||||
SetWindowText(hwnd_st_u, ptr.get());
|
SetWindowText(hwnd_st_u, ptr.get());
|
||||||
|
|
||||||
// Show the window
|
// Show the window
|
||||||
ShowWindow(nw, SW_SHOW);
|
ShowWindow(nw, SW_SHOWNOACTIVATE);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case APPWM_NOTIFICATION_CLOSE: // Request to close a notification
|
case APPWM_NOTIFICATION_CLOSE: // Request to close a notification
|
||||||
|
|
Loading…
Reference in New Issue
Block a user