Fixed some colours

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-22 03:32:11 +00:00
parent 68e533f887
commit 9ef73d79c5

View File

@@ -302,6 +302,9 @@ class MultiViewLeaf(wx.Window):
self.Bind(wx.EVT_SIZE,self.OnSize)
self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_3DFACE))
def GetSaveData(self):
saveData = {}
saveData['detailClass'] = str(self.detail.child.__class__)
@@ -450,6 +453,9 @@ class MultiSizer(wx.Window):
self.Bind(wx.EVT_LEFT_DOWN,self.OnPress)
self.Bind(wx.EVT_LEFT_UP,self.OnRelease)
self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_3DFACE))
def CalcSizePos(self,parent):
pw,ph = parent.GetSize()
if self.side == MV_HOR: