dotnet / project-system

The .NET Project System for Visual Studio
MIT License
959 stars 385 forks source link

Make PropPageDesignerView update font on WM_SETTINGCHANGE #9472

Closed ladipro closed 1 month ago

ladipro commented 1 month ago

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2060273

The two combo boxes at the top of property pages - Configuration and Platform - do not respond to system-wide font changes. I am adding screenshots taken after increasing the text size via Accessibility -> Text size Windows setting.

Before: image

After: image

The fix implements the logic already in place for other controls.

Microsoft Reviewers: Open in CodeFlow