Skip to content

Commit

Permalink
Display tags in the table edit tag menu.
Browse files Browse the repository at this point in the history
Fix #286
  • Loading branch information
tinevez committed Oct 18, 2024
1 parent 5618c0f commit c04b7f8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ protected MamutViewTable( final ProjectModel projectModel, final boolean selecti
branchColoringModel = registerBranchColoring( projectModel, branchColoringAdapter, colorBranchMenuHandle,
() -> frame.repaint(), runOnClose );

// Set the tag-set menu and listen to user selecting a tag in it.
registerTagSetMenu( tagSetMenuHandle, () -> frame.repaint() );

/*
* Register a listener to vertex label property changes, will update the
* table-view when the label change.
Expand Down

0 comments on commit c04b7f8

Please sign in to comment.