]> git.saurik.com Git - wxWidgets.git/commit
Fixed problem in wx.lib.splitter when used on 64-bit platforms. Used
authorRobin Dunn <robin@alldunn.com>
Fri, 31 Mar 2006 23:19:34 +0000 (23:19 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 31 Mar 2006 23:19:34 +0000 (23:19 +0000)
commit8948306f7868ceea54691f31209c9daf3882be1d
tree364f4a7651e757e4e79b4f7b1408e379533c1697
parent2229d9b30bce4dc4308d66d8dff15a0a7da6f04f
Fixed problem in wx.lib.splitter when used on 64-bit platforms.  Used
the current length of the list for specifying an append instead of
sys.maxint.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/wx/lib/splitter.py