Skip to content

Commit

Permalink
Feature Fix: NPE in TextImportListRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Oct 22, 2024
1 parent ef39c64 commit d22a94f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ public void exportText(String text) {
jCancel.setVisible(false);
jFromClipboard.setVisible(false);
jFromFile.setVisible(false);
jImportTypes.setVisible(false);
jToClipboard.setVisible(true);
jToFile.setVisible(true);
setVisible(true);
Expand Down

0 comments on commit d22a94f

Please sign in to comment.