Blender Git Commit Log
Git Commits -> Revision 6546442
Revision 6546442 by Bastien Montagne (master) July 8, 2019, 14:11 (GMT) |
Fix (unreported) broken 'compse' feature when editing text. Looks like that code was not updated when we switched to unicode, it was still returning axtended ascii codes (iso-8859-15 ones I think)... That was breaking some chars, which have a very different value in unicode. Found while working on Text section of the Manual! ;) |
Commit Details:
Full Hash: 6546442f4f0a275a15969e1daefcc8e0f5fa8f54
Parent Commit: 9cb1810
Lines Changed: +8, -8
1 Modified Path:
/source/blender/editors/curve/editfont.c (+8, -8) (Diff)