mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
Fix regression of NPPM_RELOADFILE
Regression is introduced by:
bb278b26fc
Fix #14693, close #14708
This commit is contained in:
parent
76cfc5945e
commit
087430f8f1
@ -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 :
|
||||
|
Loading…
x
Reference in New Issue
Block a user