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

Fix wt -w _quake by not throwing when setting the window name #15030

Merged
merged 2 commits into from
Mar 24, 2023

Conversation

zadjii-msft
Copy link
Member

If we get initialized with a window name, this will be called before XAML is stood up, and constructing a PropertyChangedEventArgs will throw. So don't.

Regressed in #14843

Related to #5000, #14957

  If we get initialized with a window name, this will be called before XAML is
  stood up, and constructing a PropertyChangedEventArgs will throw. So don't.
@lhecker lhecker added Issue-Bug It either shouldn't be doing this or needs an investigation. Area-User Interface Issues pertaining to the user interface of the Console or Terminal Product-Terminal The new Windows Terminal. labels Mar 23, 2023
@zadjii-msft zadjii-msft added the AutoMerge Marked for automatic merge by the bot when requirements are met label Mar 24, 2023
@zadjii-msft zadjii-msft merged commit b34444f into main Mar 24, 2023
@zadjii-msft zadjii-msft deleted the dev/migrie/b/of-the-darkening-of-valinor branch March 24, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-User Interface Issues pertaining to the user interface of the Console or Terminal AutoMerge Marked for automatic merge by the bot when requirements are met Issue-Bug It either shouldn't be doing this or needs an investigation. Product-Terminal The new Windows Terminal.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants