Skip to content

Commit

Permalink
Fix #1320 (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Apr 29, 2016
1 parent 2575753 commit 1aa2145
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/net/sf/jabref/gui/groups/GroupSelector.java
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ public void stateChanged(ChangeEvent e) {
showNumberOfElements.isSelected());
if (groupsTree != null) {
groupsTree.invalidate();
groupsTree.validate();
groupsTree.repaint();
}
}
Expand Down

0 comments on commit 1aa2145

Please sign in to comment.