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)
|
if (id != BUFFER_INVALID)
|
||||||
doReload(id, wParam != 0);
|
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 :
|
case NPPM_SWITCHTOFILE :
|
||||||
|
|
Loading…
Reference in New Issue