projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
forgot to commit some regenerated files
[wxWidgets.git]
/
wxPython
/
demo
/
ColorPanel.py
diff --git
a/wxPython/demo/ColorPanel.py
b/wxPython/demo/ColorPanel.py
index f90a8b0e73e46fa7102d73b9715b1f0830b462c7..f7dc76ba0b696132e4aaf6b18af980886ad036a7 100644
(file)
--- a/
wxPython/demo/ColorPanel.py
+++ b/
wxPython/demo/ColorPanel.py
@@
-6,8
+6,7
@@
from wxPython.wx import *
class ColoredPanel(wxWindow):
def __init__(self, parent, color):
class ColoredPanel(wxWindow):
def __init__(self, parent, color):
- wxWindow.__init__(self, parent, -1,
- wxDefaultPosition, wxDefaultSize, wxRAISED_BORDER)
+ wxWindow.__init__(self, parent, -1, style = wxSIMPLE_BORDER) #wxRAISED_BORDER)
self.SetBackgroundColour(color)
#---------------------------------------------------------------------------
self.SetBackgroundColour(color)
#---------------------------------------------------------------------------