Skip to content

Commit

Permalink
show BBEditor on clicking the TrackLabelButton
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraMGB committed Jun 27, 2019
1 parent 3ada5b8 commit 6e8e260
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 6e8e260

Please sign in to comment.