Made InfLineLabel.setFormat actually set the format string.
This commit is contained in:
parent
1acb8accbd
commit
bb44a3387a
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user