[BUG_FIXED] Fix "Save All" UI problem.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@855 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
18942fa999
commit
4eb429531e
|
@ -776,6 +776,7 @@ bool Notepad_plus::fileSaveAll() {
|
||||||
fileSave(idToSave);
|
fileSave(idToSave);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
checkDocState();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue