Skip to content

Commit

Permalink
A small correction when the changes do not affect "new profile creati…
Browse files Browse the repository at this point in the history
…on" (#1102)

* Updated to chack signature versions for dirty rather than the URLs

* Fixed the bug when Preferences dialog was not resetting values on cancel

* Setting response ok for other tabs changes
  • Loading branch information
sparkhi authored May 2, 2024
1 parent a84e2d8 commit f7d2c75
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,8 @@ private void okButtonActionPerformed(ActionEvent evt) {//GEN-FIRST:event_okButto
case JOptionPane.CANCEL_OPTION:
return;
}
} else {
response = OK;
}
dispose();
}//GEN-LAST:event_okButtonActionPerformed
Expand Down

0 comments on commit f7d2c75

Please sign in to comment.