mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
SetOptionInt --> SetOption
This commit is contained in:
@@ -155,7 +155,7 @@ class TestListCtrlPanel(wx.Panel, listmix.ColumnSorterMixin):
|
||||
self.list.Bind(wx.EVT_RIGHT_UP, self.OnRightClick)
|
||||
|
||||
def OnUseNative(self, event):
|
||||
wx.SystemOptions.SetOptionInt("mac.listctrl.always_use_generic", not event.IsChecked())
|
||||
wx.SystemOptions.SetOption("mac.listctrl.always_use_generic", not event.IsChecked())
|
||||
wx.GetApp().GetTopWindow().LoadDemo("ListCtrl")
|
||||
|
||||
def PopulateList(self):
|
||||
|
||||
Reference in New Issue
Block a user