-
Notifications
You must be signed in to change notification settings - Fork 680
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 Deprecated icons (#8379) #8576
Conversation
* Fix Deprecated icons * update remaining glyphs --------- Co-authored-by: Karen Lai <[email protected]>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hey @Jay-o-Way, wondering if you know what specific settings on the windows OS needed to repro the glyph bug? I am trying to verify the fix with the newly merged changes. |
@karkarl Not exactly, no. I'm too European for that - I never set my OS to Chinese. Wouldn't dare either, afraid I lose the settings and have to learn to read Chinese. xD [edit] I used Windows Sandbox (first time for everything) set the App Language to Chinese Simplified, Chinese Hong Kong and to Japanese. Then opened an app of which I know for a fact has some of these "invalid" icon codes. Strangely, didn't see much problems. The icons that should give an issue, appear normal. So far my quick test. |
Includes these fixes: * [Fix Deprecated icons ](#8576) * [Fix Voice Access 'Show Bubbles' annotation of WebView2 Content](#8551) * [Add const keyword to resolve warnings (treated as errors) C26462 and C26496](#8567) * [[WebView2] Apply text scale factor to CoreWebView2 content](#8540) * [Fix horizontal scrolling on trackpad](#8403)
Includes these fixes: * [Fix Deprecated icons ](microsoft/microsoft-ui-xaml#8576) * [Fix Voice Access 'Show Bubbles' annotation of WebView2 Content](microsoft/microsoft-ui-xaml#8551) * [Add const keyword to resolve warnings (treated as errors) C26462 and C26496](microsoft/microsoft-ui-xaml#8567) * [[WebView2] Apply text scale factor to CoreWebView2 content](microsoft/microsoft-ui-xaml#8540) * [Fix horizontal scrolling on trackpad](microsoft/microsoft-ui-xaml#8403)
Merge of #8379 in main
The WinUI2 'Fix Deprecated Icons' PR was running into issues due to a problem with the pipeline validating builds from forks. To work around that I've merged the PR into a private branch and kicked off a PR into main from here.