Apply global editor bindings in most windows

This commit is contained in:
2023-09-23 15:21:57 +03:00
parent 52cf4df641
commit 385c3541c9
6 changed files with 10 additions and 9 deletions

View File

@@ -129,6 +129,8 @@ namespace FlaxEditor.Windows
Title = "Content";
Icon = editor.Icons.Folder32;
FlaxEditor.Utilities.Utils.SetupCommonInputActions(this);
// Content database events
editor.ContentDatabase.WorkspaceModified += () => _isWorkspaceDirty = true;
editor.ContentDatabase.ItemRemoved += OnContentDatabaseItemRemoved;