From c50c32efd1d57b6718743ca20ffe4bbc0ce5859c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 13 Aug 2002 23:25:49 +0000 Subject: [PATCH] Changed style so it looks good everywhere git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/wxKeyEvents.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.2