Removed a little piece of no more used code in shipbrowser->categoryitem->onpaint

This commit is contained in:
HomeWorld
2011-01-03 10:48:57 +02:00
parent 09aa45d15b
commit a68eb1f80f

View File

@@ -858,13 +858,6 @@ class CategoryItem(wx.Window):
xtext, ytext = mdc.GetTextExtent(fformat)
ypos = (rect.height - ytext)/2
#seems that a scrolled window without scrollbars shown always HasScrollbar ><
addX = 5
fPosX = rect.width - addX - xtext
fPosY = (rect.height -ytext)/2
event.Skip()
class ShipItem(wx.Window):