Skip to content

Commit

Permalink
fix duplicate display of converted files. close #2335
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Mar 25, 2024
1 parent bd6eaed commit 484f0a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ public String getStepName() {
public void display() {

this.pdfFiles.clear();
this.pnlConversionList.removeAll();

if (this.wizard != null) {
this.wizard.enableButtons(false, false, true, false);
Expand Down

0 comments on commit 484f0a2

Please sign in to comment.