[BUG_FIXED] Fix "Save All" UI problem.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@855 f5eea248-9336-0410-98b8-ebc06183d4e3
remotes/trunk
Don Ho 13 years ago
parent 18942fa999
commit 4eb429531e

@ -776,6 +776,7 @@ bool Notepad_plus::fileSaveAll() {
fileSave(idToSave);
}
}
checkDocState();
return true;
}

Loading…
Cancel
Save