]> git.saurik.com Git - wxWidgets.git/commit
Fixed GetLineLength and GetLineText for MLTE text controls - Fixed bug where it could...
authorRyan Norton <wxprojects@comcast.net>
Sat, 25 Sep 2004 05:50:36 +0000 (05:50 +0000)
committerRyan Norton <wxprojects@comcast.net>
Sat, 25 Sep 2004 05:50:36 +0000 (05:50 +0000)
commitae25e5cc8c7d538190079056b1778b7edc5e04ec
tree5af989441ed552a4320e160f65b5b43e377503fb
parent385721a888e3bbe72485ebc5ae8faf4b0c160042
Fixed GetLineLength and GetLineText for MLTE text controls - Fixed bug where it couldn't get the length or text of the first line (0) and sf bug 1030042 where subsequent lines to 0 would not include the first character.  Added those tests to the text sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/text/text.cpp
src/mac/carbon/textctrl.cpp