Chinese language treatment for WinUI bug.
This commit is contained in:
@@ -60,7 +60,7 @@ public partial class CalendarItemCommandBarFlyout : CommandBarFlyout
|
||||
|
||||
if (menuItem.HasChildren)
|
||||
{
|
||||
var flyout = new MenuFlyout();
|
||||
var flyout = new WinoMenuFlyout();
|
||||
PopulateMenuFlyoutItems(flyout.Items, menuItem.Children);
|
||||
button.Flyout = flyout;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user