Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequence: New sequence ascan dialog #5945

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

psiinon
Copy link
Member

@psiinon psiinon commented Nov 25, 2024

Overview

Add a new Sequence Active Scan dialog.
Remove the old 'Sequence' dialog from the Active Scan dialog - it makes much less sense now.

Related Issues

Checklist

  • Update help
  • Update changelog
  • Run ./gradlew spotlessApply for code formatting
  • Write tests
  • Check code coverage
  • Sign-off commits
  • Squash commits
  • Use a descriptive title

For more details, please refer to the developer rules and guidelines.

Comment on lines +34 to +39
this.addActionListener(
e -> {
SequenceAscanDialog dialog =
new SequenceAscanDialog(ext, View.getSingleton().getMainFrame());
dialog.setVisible(true);
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is creating a new dialog each time, does it also need a dispose on close bit so that it isn't leaking memory?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants