X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0a0d77e351dbbe3b8824a2934f43088c62b924d..eb0f373c99a98633a1a9125f6eac632a0ceafe9d:/wxPython/demo/wxKeyEvents.py diff --git a/wxPython/demo/wxKeyEvents.py b/wxPython/demo/wxKeyEvents.py index 7c603f17ab..f943c4b66b 100644 --- a/wxPython/demo/wxKeyEvents.py +++ b/wxPython/demo/wxKeyEvents.py @@ -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