From b6fadd89dfd8d8bc0cbb1aab7ee3485bbffabe9c Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 10 Oct 2018 23:38:35 +1100 Subject: [PATCH] addressed #136 --- mainwindow.ui | 5 ++++- panels/timeline.cpp | 11 +++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/mainwindow.ui b/mainwindow.ui index 7969de016..7e9a5392e 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -33,7 +33,7 @@ 0 0 653 - 20 + 16 @@ -488,6 +488,9 @@ N + + false + diff --git a/panels/timeline.cpp b/panels/timeline.cpp index d278930a2..92ad9657f 100644 --- a/panels/timeline.cpp +++ b/panels/timeline.cpp @@ -66,6 +66,17 @@ Timeline::Timeline(QWidget *parent) : ui->setupUi(this); + /* --- TEMPORARY --- + * I feel like the rolling edit tool is unnecessary, but just + * in case I change my mind, I'm leaving all the functionality + * intact and only hiding the UI to get to it. Still deciding + * on this one but the pointer tool literally does the same + * functionality. + */ + ui->toolRollingButton->setVisible(false); + ui->toolRollingButton->setEnabled(false); + /* --- */ + ui->video_area->bottom_align = true; ui->video_area->container = ui->videoScrollArea;