Skip to content

Commit

Permalink
sonarqube fixes for issue #54
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Nov 21, 2023
1 parent f71e8e0 commit 5635eaa
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -962,13 +962,7 @@ private void cmdValidateActionPerformed(java.awt.event.ActionEvent evt) {//GEN-F

try {
SwingUtilities.invokeLater(() -> {
if (this.wizard != null) {
// for actual sending
// this.wizard.enableButtons(true, true, true, true);

// for validation in templates
// this.wizard.enableButtons(false, false, false, true);

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

0 comments on commit 5635eaa

Please sign in to comment.