Skip to content
Snippets Groups Projects
Verified Commit c5f263eb authored by David Hoese's avatar David Hoese
Browse files

Disable timeline slider until it works as expected

parent ad90a058
No related branches found
No related tags found
No related merge requests found
...@@ -624,6 +624,8 @@ class Main(QtGui.QMainWindow): ...@@ -624,6 +624,8 @@ class Main(QtGui.QMainWindow):
super(Main, self).__init__() super(Main, self).__init__()
self.ui = Ui_MainWindow() self.ui = Ui_MainWindow()
self.ui.setupUi(self) self.ui.setupUi(self)
# FIXME: Slider does not currently work as intended. Re-enable later
self.ui.timelineScaleSlider.setDisabled(True)
# hack some font sizes until we migrate to PyQt5 and handle it better # hack some font sizes until we migrate to PyQt5 and handle it better
# was 14 on osx # was 14 on osx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment