fix bug in tracks
This commit is contained in:
parent
03ebb6485a
commit
6c54a86cde
@ -57,7 +57,6 @@ class FixTracks(QWidget):
|
||||
|
||||
self._goto_spinner = QSpinBox()
|
||||
self._goto_spinner.setSingleStep(1)
|
||||
self._goto_spinner.returnPressed.connect(self.on_goto)
|
||||
|
||||
self._gotobtn = QPushButton("go!")
|
||||
self._gotobtn.setToolTip("Jump to a given frame")
|
||||
|
Loading…
Reference in New Issue
Block a user