Changed style so it looks good everywhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
74cf9763b4
commit
c50c32efd1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user