Merge remote-tracking branch 'origin/master' into 1.10

# Conflicts:
#	Flax.flaxproj
This commit is contained in:
Wojtek Figat
2025-03-26 19:48:47 +01:00
16 changed files with 152 additions and 68 deletions

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 />