Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the right click menu on the column headers #87

Open
gaurav opened this issue Oct 4, 2021 · 0 comments
Open

Fix the right click menu on the column headers #87

gaurav opened this issue Oct 4, 2021 · 0 comments

Comments

@gaurav
Copy link
Owner

gaurav commented Oct 4, 2021

TableManager.defaultRightClick(MouseEvent e, int col, int row) is supposed to only display the "Row: "/"Delete this row"/"Unset this row as the reference taxon" menu items on the right click popup if you right click on a row. However, it currently displays these menu items when you right-click on the column headers as well. This suggests that the table API has changed in some way, or that there is some other bug in the code.

@gaurav gaurav added this to the SequenceMatrix v2.0 milestone Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant