Fixed an oopsie in Fleet Item draw

This commit is contained in:
HomeWorld
2010-11-24 11:12:05 +02:00
parent b320f7b114
commit 6ac53ad215

View File

@@ -422,6 +422,7 @@ class FleetItem(wx.Window):
# - self.padding
self.renamePosY = self.deletePosY = self.copyPosY = (rect.height - btnHeight) / 2
bdc.SetFont(self.fontSmall)
tx,ty = bdc.GetTextExtent(self.buttonsTip)
bdc.SetFont(self.fontBig)