Apparently notepad can't be killed by sending WM_QUIT to its process under Windows 11 because the process we launch is not actually the GUI process showing the notepad window but some helper parent process. Work around this by launching mspaint, which can still be killed by wxKill(), instead. Closes #23365. |
||
|---|---|---|
| .. | ||
| exec.cpp | ||