Skip to content

Commit

Permalink
Fix featurecat#805(The ">>" doesn't work properly) featurecat#807
Browse files Browse the repository at this point in the history
  • Loading branch information
hope366 committed Nov 10, 2020
1 parent 6d1aa71 commit bb4efdf
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(final ActionEvent e) {
forward10.addActionListener(
new ActionListener() {
public void actionPerformed(final ActionEvent e) {
Input.redo(1);
Input.redo(10);
}
});
add(forward10);
Expand Down

0 comments on commit bb4efdf

Please sign in to comment.