Skip to content

Commit

Permalink
fix update i18n error.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubNull committed Jun 11, 2023
1 parent dc80db3 commit c792568
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/models/CommandLineTableModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,7 @@ public void updateI18n() {
EX_MSG.getMsg("tag"),
EX_MSG.getMsg("commandLine")};

SwingUtilities.invokeLater(() -> {
fireTableStructureChanged();
});
SwingUtilities.invokeLater(() -> fireTableStructureChanged());
}

}

0 comments on commit c792568

Please sign in to comment.