Skip to content

Commit

Permalink
Repaint on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Jan 16, 2024
1 parent df62253 commit 7cfd1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KeysPerSecond/src/dev/roanh/kps/panels/GraphPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public GraphPanel(GraphSettings config){
public final void reset(){
values.clear();
maxval = 1;
repaint();
}

@Override
Expand Down

0 comments on commit 7cfd1df

Please sign in to comment.