This commit is contained in:
Lee Tirrell 2021-01-03 14:28:40 -08:00 committed by GitHub
parent e94f53ac20
commit 64e04e3120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -550,8 +550,7 @@ class InfLineLabel(TextItem):
def setVisible(self, v):
TextItem.setVisible(self, v)
if v:
self.updateText()
self.updatePosition()
self.valueChanged()
def setMovable(self, m):
"""Set whether this label is movable by dragging along the line.