- Implemented context sensitive toggle functionality
- Item list now updates on the fly when toggleing context sensitivity - Added profiling - Fixed a highlighting bug - Minor cleanup
This commit is contained in:
@@ -132,6 +132,13 @@ namespace FlaxEditor.Surface.ContextMenu
|
||||
{
|
||||
if (selectedBox == null)
|
||||
{
|
||||
for (int i = 0; i < _children.Count; i++)
|
||||
{
|
||||
if (_children[i] is VisjectCMItem item)
|
||||
{
|
||||
item.CanConnectTo(null);
|
||||
}
|
||||
}
|
||||
Visible = true;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user