From 5268d264a0130946df9adc6ca70201ad70b4ec21 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Wed, 27 Oct 2010 03:46:29 +0300 Subject: [PATCH] Dont shot total fits for each category (temp disabled) --- gui/shipBrowser.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui/shipBrowser.py b/gui/shipBrowser.py index 7b410fa18..4c05b9305 100644 --- a/gui/shipBrowser.py +++ b/gui/shipBrowser.py @@ -594,10 +594,10 @@ class CategoryItem(wx.Window): fPosX = rect.width - addX - xtext fPosY = (rect.height -ytext)/2 - if fittings > 0: - mdc.DrawText(fformat % fittings, fPosX, fPosY) - else: - mdc.DrawText(fformat, fPosX, fPosY) +# if fittings > 0: +# mdc.DrawText(fformat % fittings, fPosX, fPosY) +# else: +# mdc.DrawText(fformat, fPosX, fPosY) event.Skip()