Fix updating byte length

Conflicts:
	CotEditor/Sources/CEDocument.m
This commit is contained in:
1024jp 2016-06-02 17:57:36 +09:00
parent 42155d9f38
commit eff6d2118b

View File

@ -63,6 +63,7 @@ develop
- Fix an issue where invisible characters were drawn off to the side if the text orientation is vertical.
- Fix an issue where documents were marked as “Edited” just after document duplication if line ending is not the default one.
- Fix an issue where incompatible character markup could broken if undo/redo lossy encoding change continuously.
- Fix an issue where byte length display did not update after changing file encoding.