X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fea018f8019cdbb6f3150de91d23b83c10a178b3..a92b0cfd2bd0bef75b43c071df0b0e028f360d8e:/wxPython/demo/PyCrustWithFilling.py?ds=inline diff --git a/wxPython/demo/PyCrustWithFilling.py b/wxPython/demo/PyCrustWithFilling.py index 78a200a9d6..cc47586cd7 100644 --- a/wxPython/demo/PyCrustWithFilling.py +++ b/wxPython/demo/PyCrustWithFilling.py @@ -11,7 +11,8 @@ def runTest(frame, nb, log): win = wxSplitterWindow(nb, -1, size=(640, 480)) shellWin = shell.Shell(win, -1, introText=intro) fillingWin = filling.Filling(win, -1, size=(640, 480), - ingredients=shellWin.interp.locals) + rootObject=shellWin.interp.locals + ) win.SplitHorizontally(shellWin, fillingWin) return win