From b20967559b0192ba4a36d274a271941829fca918 Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Thu, 20 Oct 2022 19:49:36 -0500 Subject: [PATCH] added to not close the child context menu on click --- Source/Editor/GUI/ContextMenu/ContextMenuChildMenu.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Editor/GUI/ContextMenu/ContextMenuChildMenu.cs b/Source/Editor/GUI/ContextMenu/ContextMenuChildMenu.cs index 13451fc02..4fef7313b 100644 --- a/Source/Editor/GUI/ContextMenu/ContextMenuChildMenu.cs +++ b/Source/Editor/GUI/ContextMenu/ContextMenuChildMenu.cs @@ -26,6 +26,7 @@ namespace FlaxEditor.GUI.ContextMenu : base(parent, text) { Text = text; + CloseMenuOnClick = false; } ///