Skip to content

Commit

Permalink
Merge #660
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Sep 28, 2020
2 parents 2000420 + 2ab7ed4 commit 2cafbc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/featurecat/lizzie/gui/ToolBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public void actionPerformed(ActionEvent e) {
new ActionListener() {
public void actionPerformed(ActionEvent e) {
Lizzie.leelaz.togglePonder();
Lizzie.frame.refresh();
}
});
add(analyze);
Expand Down

0 comments on commit 2cafbc4

Please sign in to comment.