minor fix

This commit is contained in:
Luke Campagnola 2013-10-18 15:10:44 -04:00
parent f19df05bdf
commit bb2ecd033c

View File

@ -320,6 +320,7 @@ class AxisItem(GraphicsWidget):
(unit string) is provided to display on the label.
"""
self.autoSIPrefix = enable
self.updateAutoSIPrefix()
def updateAutoSIPrefix(self):
if self.label.isVisible():