Blender Git Loki

Git Commits -> Revision 7ee9caf

Revision 7ee9caf by Campbell Barton (master)
January 9, 2006, 15:24 (GMT)
There was a problem with typing over text selections, where you had an object with 21 letter name (19 is the max but 21 is supported, just copy a mesh a few times)
After this click on the object name and start typing, even though the selection makes it that the new string would be overwritten, it dosent let you type in any text.

from
if(len <= but->max) {
to...
if(len-SELWIDTH+1 <= but->max) {

- Tested and works well.

Commit Details:

Full Hash: 7ee9caf523ecb5d398af537282a87a4396ce08e7
SVN Revision: 6355
Parent Commit: beba2cf
Lines Changed: +2, -1

1 Modified Path:

/source/blender/src/interface.c (+2, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021