projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
some compilers don't like statics in inline functions, even if they're const -- repla...
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
scrolledpanel.py
diff --git
a/wxPython/wx/lib/scrolledpanel.py
b/wxPython/wx/lib/scrolledpanel.py
index 851d9332fa9a075dd7e32466f680e7c1f07af3a5..3b134234cf377f3d3dd82fcd1f2c0be3fde8c200 100644
(file)
--- a/
wxPython/wx/lib/scrolledpanel.py
+++ b/
wxPython/wx/lib/scrolledpanel.py
@@
-35,7
+35,7
@@
class ScrolledPanel( wx.PyScrolledWindow ):
size = wx.DefaultSize, style = wx.TAB_TRAVERSAL,
name = "scrolledpanel"):
- wx.PyScrolledWindow.__init__(self, parent,
-1
,
+ wx.PyScrolledWindow.__init__(self, parent,
id
,
pos=pos, size=size,
style=style, name=name)
self.SetBestFittingSize(size)