Skip to content

Commit

Permalink
(#3033) Clear plot data on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
squaregoldfish committed Dec 12, 2024
1 parent 463be16 commit 42bfc87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ private void reset() {
instrument = null;
dataset = null;
dirty = false;
plotData = null;
}

public String finish() throws Exception {
Expand Down

0 comments on commit 42bfc87

Please sign in to comment.