Browse Source

upd

pull/6632/head
Takoooooo 5 years ago
parent
commit
cfc50e45f5
  1. 2
      src/Avalonia.Controls/Platform/DefaultMenuInteractionHandler.cs

2
src/Avalonia.Controls/Platform/DefaultMenuInteractionHandler.cs

@ -275,7 +275,7 @@ namespace Avalonia.Controls.Platform
return;
}
if (item.HasSubMenu && item.IsEnabled)
if (item.HasSubMenu && item.IsEffectivelyEnabled)
{
Open(item, true);
}

Loading…
Cancel
Save