Skip to content

Commit

Permalink
show BBEditor on clicking the TrackLabelButton (LMMS#5060)
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraMGB authored Jul 26, 2019
1 parent 0456328 commit af3a4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracks/BBTrack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -664,5 +664,5 @@ bool BBTrackView::close()
void BBTrackView::clickedTrackLabel()
{
Engine::getBBTrackContainer()->setCurrentBB( m_bbTrack->index() );
gui->getBBEditor()->show();
gui->getBBEditor()->parentWidget()->show();
}

0 comments on commit af3a4d6

Please sign in to comment.