projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e72d7b7
)
The new OGL doesn't have to be compatible with the bugs in the old
author
Robin Dunn
<robin@alldunn.com>
Tue, 8 Jun 2004 01:12:26 +0000
(
01:12
+0000)
committer
Robin Dunn
<robin@alldunn.com>
Tue, 8 Jun 2004 01:12:26 +0000
(
01:12
+0000)
one! ;-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27683
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/wx/lib/ogl/_basic.py
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/wx/lib/ogl/_basic.py
b/wxPython/wx/lib/ogl/_basic.py
index 5b6fca3b061fa943c70fbea11c5bcb9bd0bdd9dc..250e8f942299cacd94a81749fd89f6d11049f133 100644
(file)
--- a/
wxPython/wx/lib/ogl/_basic.py
+++ b/
wxPython/wx/lib/ogl/_basic.py
@@
-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)