Skip to content

Commit

Permalink
remove tests so that the table is updated when selecting another group
Browse files Browse the repository at this point in the history
  • Loading branch information
nivieru committed Jan 4, 2016
1 parent 217af87 commit b032bbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/main/java/net/sf/jabref/gui/BasePanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -2026,10 +2026,8 @@ private StartStopListAction(FilterList<E> list, Matcher<E> active, Matcher<E> in
}

public void start() {
if (!isActive) {
list.setMatcher(active);
isActive = true;
}
}

public void stop() {
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/net/sf/jabref/gui/maintable/MainTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,11 @@ public boolean isFloatSearchActive() {
* Adds a sorting rule that floats group hits to the top, and causes non-hits to be grayed out:
*/
public void showFloatGrouping() {
if(!isFloatGroupingActive) {
isFloatGroupingActive = true;

groupMatcher = GroupMatcher.INSTANCE;
groupComparator = new HitOrMissComparator(groupMatcher);
refreshSorting();
}
}

/**
Expand Down

0 comments on commit b032bbf

Please sign in to comment.