Browse Source

Merge branch 'master' into istabstop

pull/4162/head
Luis v.d.Eltz 6 years ago
committed by GitHub
parent
commit
937f5dde01
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/Avalonia.Controls/Platform/DefaultMenuInteractionHandler.cs

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

@ -333,6 +333,10 @@ namespace Avalonia.Controls.Platform
{
item.Parent.SelectedItem = null;
}
else if (!item.IsPointerOverSubMenu)
{
item.IsSubMenuOpen = false;
}
}
}

Loading…
Cancel
Save