Fixed stupid oversight by dumb idiot

This commit is contained in:
Niklas Bölter
2010-11-20 22:57:45 +01:00
parent c6cd56c7e7
commit dc3e045817

View File

@@ -361,7 +361,7 @@ class HeaderPane (wx.Panel):
self.sbSearch = PFGenBitmapButton( self, wx.ID_ANY, self.searchBmp, wx.DefaultPosition, bmpSize, wx.BORDER_NONE )
mainSizer.Add(self.sbSearch, 0, wx.ALL | wx.ALIGN_CENTER_VERTICAL , 5)
self.sbSearch.SetBackgroundColour( wx.Colour(0, 0, 0, 0) )
self.sbSearch.SetBackgroundColour( bgcolour )
self.SetSizer(mainSizer)