-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Update MUX to 2.8 #13657
Update MUX to 2.8 #13657
Conversation
Ho boy we're in rough shape here. WinUI 2.8 made some changes to how TabViewItems are colorized, and now we can't recolor our tabs. refer to:
I think I see what's going on here. The Setter in the visual state - the one that sets the I'm not sure there's a good way for us to get around this. Certainly not without creative use of a retemplate of the TabView styles. |
Gonna close this out for now. We're too far away from landing this and the crash fix is gonna get hotfixed in a 2.7 update. |
https://github.com/microsoft/terminal/pull/new/dev/migrie/mux-2.8.2-march-2023 Notes:
diff:changes to the winui repo that might be relevant:
|
Upstream: microsoft/microsoft-ui-xaml#8260 |
Just a draft to make sure it builds in CI
NavigationViewItemRevokers::~NavigationViewItemRevokers
#12413