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

ConnectionOptions fixes #3254

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

robertlong13
Copy link
Collaborator

When launching redundant links with ConnectionOptions, it would always use the old-school param download, and the theme of the progress window would be wrong.

The SerialReader thread does nothing to our new port until it is added
to the list of Comports, but we cannot add it to that list until the
BaseStream is open, or the SerialReader will dispose of the port.
The theme would show correctly for the main connection button, but if
anything else, like ConnectionOptions, launched the connection, the
progress bar would show up unthemed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant