Fix a regression: not exit after saving a modified file

Fix regression due to 469fa62c0ebc438c8003c735e6a801c6d098df7c
469fa62c0e

Fix #9045
This commit is contained in:
Don HO 2020-10-22 20:18:01 +02:00
parent 62b8d0fc8b
commit 6db7b94dfb
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

View File

@ -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)