Show/Focus BBEditor on TrackLabelButton click #4946 (#4959)

It will be shown even if the parent is hidden.
This commit is contained in:
https://gitlab.com/users/CYBERDEViLNL
2019-05-05 15:57:16 +02:00
committed by Johannes Lorenz
parent c9ed6fc806
commit cb6b4ec44b

View File

@@ -635,5 +635,6 @@ bool BBTrackView::close()
void BBTrackView::clickedTrackLabel()
{
Engine::getBBTrackContainer()->setCurrentBB( m_bbTrack->index() );
gui->getBBEditor()->show();
gui->getBBEditor()->parentWidget()->show();
gui->getBBEditor()->setFocus( Qt::ActiveWindowFocusReason );
}