Made InfLineLabel.setFormat actually set the format string.

This commit is contained in:
lidstrom83 2016-05-03 10:38:44 -06:00
parent 1acb8accbd
commit bb44a3387a

View File

@ -426,7 +426,7 @@ class InfLineLabel(TextItem):
May optionally contain "{value}" to include the lines current value
(the text will be reformatted whenever the line is moved).
"""
self.format = format
self.format = text
self.valueChanged()
def mouseDragEvent(self, ev):