fix bug in tracks

This commit is contained in:
Jan Grewe 2025-02-28 17:20:21 +01:00
parent 03ebb6485a
commit 6c54a86cde

View File

@ -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")