The new OGL doesn't have to be compatible with the bugs in the old

one!  ;-)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-06-08 01:12:26 +00:00
parent e72d7b7716
commit 19a4dcb8cf

View File

@ -1180,7 +1180,7 @@ class Shape(ShapeEvtHandler):
return
region = self._regions[0]
region.ClearText()
#region.ClearText()
new_line = ShapeTextLine(0, 0, string)
text = region.GetFormattedText()
text.append(new_line)