Add support for NotNullItems option in collections editors

#542
This commit is contained in:
Wojtek Figat
2021-06-09 10:58:54 +02:00
parent 0ba4a0cabc
commit 484bc409d4
11 changed files with 64 additions and 57 deletions

View File

@@ -112,9 +112,9 @@ namespace FlaxEditor.CustomEditors
EndUndoRecord();
_setValueToken = token;
// Mark as modified and don't pass event further
// Mark as modified and don't pass event further to the higher editors (don't call parent)
_isDirty = true;
return false;
return true;
}
/// <inheritdoc />