ecere/gui/EditBox: Fixed hanging caused by 308c3f8a022f58c179f5d52f87be2609fba4ddd8
authorJerome St-Louis <jerome@ecere.com>
Wed, 20 Mar 2013 03:45:21 +0000 (23:45 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 20 Mar 2013 03:45:21 +0000 (23:45 -0400)
commit9061adc1be6515da8132aec7e124b14236e148b8
treed12e4f2295f8536806b2da91a45d93ffcad17b2b
parent53548b88b996fb10748b09dfe25d8b3ffe76cd15
ecere/gui/EditBox: Fixed hanging caused by 308c3f8a022f58c179f5d52f87be2609fba4ddd8
- The EditBox assumed the UTF8_GET_CHAR macro would return numBytes = 1 for \0
  (But e.g. the text rendering in LFBDisplayDriver.ec assumed numBytes would be 0)
ecere/locale/ecere.pot
ecere/src/com/instance.ec
ecere/src/gui/controls/EditBox.ec