Merge branch 'xxSeys1-collectionResizeContextMenu'

This commit is contained in:
Wojtek Figat
2025-03-26 16:02:00 +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 />