From 19a4dcb8cf5f232533404ffb25f3cc33d82c3521 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 8 Jun 2004 01:12:26 +0000 Subject: [PATCH] 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 --- wxPython/wx/lib/ogl/_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/wx/lib/ogl/_basic.py b/wxPython/wx/lib/ogl/_basic.py index 5b6fca3b06..250e8f9422 100644 --- 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) -- 2.45.2