mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ chg: Ctrl+S does not forced saving doc any longer - only saves file, if save needed (doc changed)
This commit is contained in:
parent
1bfcc1a5d8
commit
0578281ee5
@ -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;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user