minor fix in AxisItem

This commit is contained in:
Luke Campagnola 2013-05-05 10:54:47 -04:00
parent e0e1123d33
commit 00e865f56c

View File

@ -731,6 +731,7 @@ class AxisItem(GraphicsWidget):
textRects = []
textSpecs = [] ## list of draw
textSize2 = 0
for i in range(len(tickLevels)):
## Get the list of strings to display for this level
if tickStrings is None: