Fix regression of NPPM_RELOADFILE

Regression is introduced by:
bb278b26fc

Fix #14693, close #14708
This commit is contained in:
Don Ho 2024-02-10 03:11:41 +01:00
parent 76cfc5945e
commit 087430f8f1
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ LRESULT Notepad_plus::process(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPa
if (id != BUFFER_INVALID)
doReload(id, wParam != 0);
return TRUE;
break; // For relaying this message to other plugin by calling "_pluginsManager.relayNppMessages(message, wParam, lParam)" at the end.
}
case NPPM_SWITCHTOFILE :