]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed style so it looks good everywhere
authorRobin Dunn <robin@alldunn.com>
Tue, 13 Aug 2002 23:25:49 +0000 (23:25 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 13 Aug 2002 23:25:49 +0000 (23:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/wxKeyEvents.py

index 7c603f17ab76b73fd105876f209c58205777f06f..f943c4b66bbb789da1d9958e2325330d39546bd3 100644 (file)
@@ -114,8 +114,7 @@ keyMap = {
 
 class KeySink(wxWindow):
     def __init__(self, parent):
-        wxWindow.__init__(self, parent, -1,
-                          style=wxRAISED_BORDER | wxWANTS_CHARS)
+        wxWindow.__init__(self, parent, -1, style=wxWANTS_CHARS)
         self.SetBackgroundColour(wxBLUE)
         self.haveFocus = false
         self.callSkip = false