Format code in Visject

This commit is contained in:
Wojtek Figat
2024-05-30 12:20:40 +02:00
parent 390f574662
commit 3f3df090f4
6 changed files with 21 additions and 21 deletions

View File

@@ -307,7 +307,7 @@ namespace FlaxEditor.Surface.ContextMenu
if (!IsLayoutLocked)
{
group.UnlockChildrenRecursive();
if(_contextSensitiveSearchEnabled && _selectedBox != null)
if (_contextSensitiveSearchEnabled && _selectedBox != null)
UpdateFilters();
else
SortGroups();
@@ -370,7 +370,7 @@ namespace FlaxEditor.Surface.ContextMenu
if (!isLayoutLocked)
{
if(_contextSensitiveSearchEnabled && _selectedBox != null)
if (_contextSensitiveSearchEnabled && _selectedBox != null)
UpdateFilters();
else
SortGroups();
@@ -567,7 +567,7 @@ namespace FlaxEditor.Surface.ContextMenu
}
UnlockChildrenRecursive();
if(_contextSensitiveSearchEnabled && _selectedBox != null)
if (_contextSensitiveSearchEnabled && _selectedBox != null)
UpdateFilters();
else
SortGroups();