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
Describe the bug
Hi there.
I created a UWP application with a command bar and I'm using it on an ARM computer.
There is a tiny diagonal line when hovering the icon and in other buttons happen the same error.
Which sample are you reporting a bug in?
Example: MenuFlyout
Describe the bug
Hi there.
I created a UWP application with a command bar and I'm using it on an ARM computer.
There is a tiny diagonal line when hovering the icon and in other buttons happen the same error.
To Reproduce
Steps to reproduce the behavior:
Create a app using the code:
<StackPanel x:Name="grid"> <CommandBar HorizontalAlignment="Right"> <AppBarButton Icon="Like" Label="Like" /> <AppBarButton Icon="Dislike" Label="Dislike" /> <AppBarButton Icon="Favorite" Label="Favorite" /> <AppBarButton Icon="More" Label="More"> <AppBarButton.Flyout> <MenuFlyout Placement="Bottom"> <MenuFlyoutItem Text="Option 1" /> <MenuFlyoutItem Text="Option 2" /> <MenuFlyoutItem Text="Option 3" /> <MenuFlyoutItem Text="Option 4" /> <MenuFlyoutItem Text="Option 5" /> </MenuFlyout> </AppBarButton.Flyout> </AppBarButton> </CommandBar> </StackPanel>
Hover the more options and see a tiny line.
Expected behavior
No line be shown.
Screenshots
Configuration
The text was updated successfully, but these errors were encountered: