Skip to content
Snippets Groups Projects
Commit 00e865f5 authored by Luke Campagnola's avatar Luke Campagnola
Browse files

minor fix in AxisItem

parent e0e1123d
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment