gaurav / taxondna

Taxonomy-aware DNA sequence processing toolkit
http://www.ggvaidya.com/taxondna/
GNU General Public License v2.0
31 stars 10 forks source link

Fix the right click menu on the column headers #87

Open gaurav opened 3 years ago

gaurav commented 3 years ago

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.