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());
|
||||
|
||||
// Show the window
|
||||
ShowWindow(nw, SW_SHOW);
|
||||
ShowWindow(nw, SW_SHOWNOACTIVATE);
|
||||
break;
|
||||
}
|
||||
case APPWM_NOTIFICATION_CLOSE: // Request to close a notification
|
||||
|
|
Loading…
Reference in New Issue
Block a user