Fix traceback on opening graphs

Resolves http://trac.evefit.org/ticket/341
This commit is contained in:
Corollax
2010-12-06 18:38:51 -06:00
parent bcd7f2777d
commit ab26acbd9a

View File

@@ -198,7 +198,7 @@ class GraphFrame(wx.Frame):
except:
self.SetStatusText("Invalid values in '%s'" % fit.name)
leg = self.subplot.legend(tuple(legend), "upper right" , shadow = False, frameon = False)
leg = self.subplot.legend(tuple(legend), "upper right" , shadow = False)
for t in leg.get_texts():
t.set_fontsize('small')