From a28f3b613b5e75f1c0cb7a00aecfd4d1f41c0305 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 11 Nov 2006 07:42:26 +0000 Subject: [PATCH] test code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/ListCtrl_virtual.py | 3 +++ 1 file changed, 3 insertions(+) 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