From: Robin Dunn Date: Sat, 11 Nov 2006 07:42:26 +0000 (+0000) Subject: test code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a28f3b613b5e75f1c0cb7a00aecfd4d1f41c0305?ds=inline test code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/ListCtrl_virtual.py b/wxPython/demo/ListCtrl_virtual.py index 8d842da773..c050880a13 100644 --- a/wxPython/demo/ListCtrl_virtual.py +++ b/wxPython/demo/ListCtrl_virtual.py @@ -85,6 +85,9 @@ class TestVirtualList(wx.ListCtrl): #---------------------------------------------------------------------- +# for testing the new native control on wxMac +#wx.SystemOptions.SetOptionInt("mac.listctrl.always_use_generic", 0) + def runTest(frame, nb, log): win = TestVirtualList(nb, log) return win