Skip to content

Commit

Permalink
Remove wrong window referesh
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirenliel committed Jul 4, 2021
1 parent 4033278 commit 00f2b08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/io/eiren/gui/TrackersList.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public void updateTrackers() {
java.awt.EventQueue.invokeLater(() -> {
for(int i = 0; i < trackers.size(); ++i)
trackers.get(i).update();
gui.refresh();
});
}

Expand Down

0 comments on commit 00f2b08

Please sign in to comment.