Skip to content

Commit

Permalink
Merge pull request #496 from Bram-Hub/revert-484-479-clear-history
Browse files Browse the repository at this point in the history
Revert "Update PuzzleEditorPanel.java"
  • Loading branch information
charlestian23 authored Mar 17, 2023
2 parents f2c6d57 + 44d87dc commit d3932e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/edu/rpi/legup/ui/PuzzleEditorPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,7 @@ public void onRedo(boolean isBottom, boolean isTop) {

@Override
public void onClearHistory() {
undo.setEnabled(false);
redo.setEnabled(false);

}

public BoardView getBoardView() {
Expand Down

0 comments on commit d3932e8

Please sign in to comment.