mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
parent
c28116a04f
commit
47419910f6
@ -272,7 +272,7 @@ void Notepad_plus::command(int id)
|
||||
break;
|
||||
|
||||
case IDM_FILE_EXIT:
|
||||
::SendMessage(_pPublicInterface->getHSelf(), WM_CLOSE, 0, 0);
|
||||
::PostMessage(_pPublicInterface->getHSelf(), WM_CLOSE, 0, 0);
|
||||
break;
|
||||
|
||||
case IDM_EDIT_UNDO:
|
||||
|
Loading…
x
Reference in New Issue
Block a user