From: Robin Dunn <robin@alldunn.com>
Date: Tue, 13 Aug 2002 23:25:49 +0000 (+0000)
Subject: Changed style so it looks good everywhere
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c50c32efd1d57b6718743ca20ffe4bbc0ce5859c

Changed style so it looks good everywhere


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

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