]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxKeyEvents.py
Fixes and other changes to the demo and some library modules so they
[wxWidgets.git] / wxPython / demo / wxKeyEvents.py
index 7c603f17ab76b73fd105876f209c58205777f06f..f943c4b66bbb789da1d9958e2325330d39546bd3 100644 (file)
@@ -114,8 +114,7 @@ keyMap = {
 
 class KeySink(wxWindow):
     def __init__(self, parent):
 
 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
         self.SetBackgroundColour(wxBLUE)
         self.haveFocus = false
         self.callSkip = false