added to not close the child context menu on click

This commit is contained in:
Chandler Cox
2022-10-20 19:49:36 -05:00
parent f6857f66ba
commit b20967559b

View File

@@ -26,6 +26,7 @@ namespace FlaxEditor.GUI.ContextMenu
: base(parent, text)
{
Text = text;
CloseMenuOnClick = false;
}
/// <inheritdoc />