Changed GetSystemColour to GetColour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
85fb220621
commit
de6ca7ff44
@ -19,7 +19,7 @@ class FoldOutWindow(wx.PopupWindow):
|
||||
self.Bind(wx.EVT_LEAVE_WINDOW, self.evLeave)
|
||||
|
||||
def InitColors(self):
|
||||
faceClr = wx.SystemSettings_GetSystemColour(wx.SYS_COLOUR_WINDOW)
|
||||
faceClr = wx.SystemSettings.GetColour(wx.SYS_COLOUR_WINDOW)
|
||||
self.SetBackgroundColour(faceClr)
|
||||
|
||||
def AddButton(self,bitmap,handler=None):
|
||||
|
Loading…
Reference in New Issue
Block a user