Skip to content

Commit

Permalink
firstRelevant reset on clear
Browse files Browse the repository at this point in the history
  • Loading branch information
LTimothy committed Oct 30, 2019
1 parent 0fee567 commit 28cd996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DoubleEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ public void actionPerformed(ActionEvent evt) {
status.setText("");
filename = "";
indexColumn = 0;
relevantColumn = 0;
doublePrefix = "";
file = null;
} else if (label.equals("Instructions")) {
Expand Down

0 comments on commit 28cd996

Please sign in to comment.