Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Nov 14, 2020
2 parents f9b7f4a + 0481d92 commit 098da2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/featurecat/lizzie/gui/ToolBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void actionPerformed(ActionEvent e) {
forward10.addActionListener(
new ActionListener() {
public void actionPerformed(ActionEvent e) {
Input.redo(1);
Input.redo(10);
}
});
add(forward10);
Expand Down

0 comments on commit 098da2b

Please sign in to comment.