Merge branch 'collectionResizeContextMenu' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-collectionResizeContextMenu
This commit is contained in:
@@ -81,7 +81,7 @@ namespace FlaxEditor.CustomEditors.Editors
|
|||||||
b.Enabled = Index + 1 < Editor.Count && !Editor._readOnly;
|
b.Enabled = Index + 1 < Editor.Count && !Editor._readOnly;
|
||||||
|
|
||||||
b = menu.AddButton("Remove", OnRemoveClicked);
|
b = menu.AddButton("Remove", OnRemoveClicked);
|
||||||
b.Enabled = !Editor._readOnly;
|
b.Enabled = !Editor._readOnly && Editor._canResize;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
|||||||
Reference in New Issue
Block a user