Merge branch 'collectionResizeContextMenu' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-collectionResizeContextMenu

This commit is contained in:
Wojtek Figat
2025-03-26 16:01:24 +01:00

View File

@@ -81,7 +81,7 @@ namespace FlaxEditor.CustomEditors.Editors
b.Enabled = Index + 1 < Editor.Count && !Editor._readOnly;
b = menu.AddButton("Remove", OnRemoveClicked);
b.Enabled = !Editor._readOnly;
b.Enabled = !Editor._readOnly && Editor._canResize;
}
/// <inheritdoc />