Skip to content

Commit

Permalink
Fix regression of NPPM_RELOADFILE
Browse files Browse the repository at this point in the history
Regression is introduced by:
notepad-plus-plus@bb278b2

Fix notepad-plus-plus#14693
  • Loading branch information
donho committed Feb 10, 2024
1 parent 76cfc59 commit 9ab8c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerEditor/src/NppBigSwitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down

0 comments on commit 9ab8c9a

Please sign in to comment.