Add keyboard navgation to context menu child menus

#3676
This commit is contained in:
Wojtek Figat
2026-01-30 18:00:16 +01:00
parent e8c2f18a4d
commit 87ccaa9dd8
3 changed files with 21 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ namespace FlaxEditor.GUI.ContextMenu
CloseMenuOnClick = false;
}
private void ShowChild(ContextMenu parentContextMenu)
internal void ShowChild(ContextMenu parentContextMenu)
{
// Hide parent CM popups and set itself as child
var vAlign = parentContextMenu.ItemsAreaMargin.Top;