From cdb501108b32bf390d82f4840aad520030621228 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 1 Jun 2004 21:51:04 +0000 Subject: [PATCH] Change the text object to a message about the new OGL. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/OGL.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wxPython/demo/OGL.py b/wxPython/demo/OGL.py index cb9b11e8ff..22798f67ae 100644 --- a/wxPython/demo/OGL.py +++ b/wxPython/demo/OGL.py @@ -257,12 +257,12 @@ class TestWindow(ogl.ShapeCanvas): self.MyAddShape( ogl.CircleShape(80), - 100, 100, wx.Pen(wx.BLUE, 3), wx.GREEN_BRUSH, "Circle" + 75, 110, wx.Pen(wx.BLUE, 3), wx.GREEN_BRUSH, "Circle" ) self.MyAddShape( - ogl.TextShape(45, 30), - 205, 60, wx.GREEN_PEN, wx.LIGHT_GREY_BRUSH, "Text" + ogl.TextShape(120, 45), + 160, 35, wx.GREEN_PEN, wx.LIGHT_GREY_BRUSH, "OGL is now a\npure Python lib!" ) self.MyAddShape(