Skip to content

Commit

Permalink
Make the selection table also work for branches.
Browse files Browse the repository at this point in the history
Fix #315
  • Loading branch information
tinevez committed Oct 18, 2024
1 parent c04b7f8 commit cccd360
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ protected MamutViewTable( final ProjectModel projectModel, final boolean selecti
.coloring( branchColoringAdapter )
.focusModel( branchFocusfocusModel( projectModel ) )
.navigationHandler( branchGraphNavigation( projectModel, navigationHandler ) )
.selectionTable( selectionTable )
.done()
.title( selectionTable ? "Selection table" : "Data table" )
.x( -1 )
Expand Down

0 comments on commit cccd360

Please sign in to comment.