# HG changeset patch # User laurent # Date 1323422142 -3600 # Node ID 510647310137196b7d0f04b4147092210fda1f5f # Parent 7b17e3c8dbed55092a0ef47e372be292110e1759 Removing wrong background colour on directly derived panel's base type choice control in DataTypeEditor diff -r 7b17e3c8dbed -r 510647310137 DataTypeEditor.py --- a/DataTypeEditor.py Fri Dec 09 10:13:06 2011 +0100 +++ b/DataTypeEditor.py Fri Dec 09 10:15:42 2011 +0100 @@ -410,7 +410,6 @@ self.DirectlyBaseType = wx.ComboBox(id=ID_DATATYPEEDITORDIRECTLYBASETYPE, name='DirectlyBaseType', parent=self.DirectlyPanel, pos=wx.Point(0, 0), size=wx.Size(0, 28), style=wx.CB_READONLY) - self.DirectlyBaseType.SetBackgroundColour(wx.BLUE) self.Bind(wx.EVT_COMBOBOX, self.OnInfosChanged, id=ID_DATATYPEEDITORDIRECTLYBASETYPE) self.staticText3 = wx.StaticText(id=ID_DATATYPEEDITORSTATICTEXT3,