You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CommunityToolkit/WindowsCommunityToolkit#4092 we moved to WinUI 2.6.1 and our InfiniteCanvas control uses a InkToolbarCustomToggleButton for enabling drawing with the mouse. After updating to WinUI 2.6.1, when that button is clicked it does not show it in the pressed state, but it does behave normally otherwise.
Describe the bug
In CommunityToolkit/WindowsCommunityToolkit#4092 we moved to WinUI 2.6.1 and our
InfiniteCanvascontrol uses aInkToolbarCustomToggleButtonfor enabling drawing with the mouse. After updating to WinUI 2.6.1, when that button is clicked it does not show it in thepressedstate, but it does behave normally otherwise.Steps to reproduce the bug
Steps to reproduce the behavior:
Microsoft.Toolkit.Uwp.SampleAppin the project.Expected behavior
When the "Hand Button" it clicked its visual representation changes to show it is in a pressed state.
Screenshots
Version Info
NuGet package version:
[Microsoft.UI.Xaml 2.6.1]
Windows app type:
Additional context