mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 06:45:27 +02:00
Fix a regression: not exit after saving a modified file
Fix regression due to 469fa62c0ebc438c8003c735e6a801c6d098df7c
469fa62c0e
Fix #9045
This commit is contained in:
parent
62b8d0fc8b
commit
6db7b94dfb
@ -666,7 +666,7 @@ bool Notepad_plus::doSave(BufferID id, const TCHAR * filename, bool isCopy)
|
||||
_pFuncList->reload();
|
||||
}
|
||||
|
||||
return res;
|
||||
return res == SavingStatus::SaveOK;
|
||||
}
|
||||
|
||||
void Notepad_plus::doClose(BufferID id, int whichOne, bool doDeleteBackup)
|
||||
|
Loading…
x
Reference in New Issue
Block a user