show BBEditor on clicking the TrackLabelButton (#5060)

This commit is contained in:
Steffen Baranowsky
2019-07-26 10:04:16 +02:00
committed by GitHub
parent 3ada5b8a12
commit bdbea87149

View File

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