timeline: make timecode secondary tab item
Fixes usability issue where maximizing the timeline panel would focus the timecode label and make it impossible to unmaximize it using a keyboard shortcut
This commit is contained in:
@@ -86,6 +86,9 @@ TimelineWidget::TimelineWidget(QWidget *parent) :
|
||||
|
||||
ruler_and_time_layout->addWidget(ruler());
|
||||
|
||||
ruler()->setFocusPolicy(Qt::TabFocus);
|
||||
QWidget::setTabOrder(ruler(), timecode_label_);
|
||||
|
||||
// Create list of TimelineViews - these MUST correspond to the ViewType enum
|
||||
|
||||
view_splitter_ = new QSplitter(Qt::Vertical);
|
||||
|
||||
Reference in New Issue
Block a user