Skip to content

Commit

Permalink
+ chg: Ctrl+S does not forced saving doc any longer - only saves file…
Browse files Browse the repository at this point in the history
…, if save needed (doc changed)
  • Loading branch information
RaiKoHoff committed May 21, 2024
1 parent 1bfcc1a commit 0578281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notepad3.c
Original file line number Diff line number Diff line change
Expand Up @@ -4765,7 +4765,7 @@ LRESULT MsgCommand(HWND hwnd, UINT umsg, WPARAM wParam, LPARAM lParam)


case IDM_FILE_SAVE:
FileSave(FSF_SaveAlways);
FileSave(FSF_None);
break;


Expand Down

0 comments on commit 0578281

Please sign in to comment.