Skip to content

Commit

Permalink
Fix #417 (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Apr 13, 2016
1 parent aaa1718 commit d7510ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/net/sf/jabref/groups/GroupSelector.java
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,6 @@ public void valueChanged(TreeSelectionEvent e) {
}

if (!editModeIndicator) {
// annotationEvent();
// } else {
updateSelections();
}

Expand Down Expand Up @@ -786,10 +784,10 @@ public void update() {
// Show the result in the chosen way:
if (hideNonHits.isSelected()) {
panel.mainTable.getTableModel().updateGroupingState(MainTableDataModel.DisplayOption.FILTER);

} else if (grayOut.isSelected()) {
panel.mainTable.getTableModel().updateGroupingState(MainTableDataModel.DisplayOption.FLOAT);
}
panel.mainTable.getTableModel().updateSortOrder();

if (showOverlappingGroupsP) {
showOverlappingGroups(matches);
Expand Down

0 comments on commit d7510ec

Please sign in to comment.