Refactor editor command state contracts into core

This commit is contained in:
2026-04-28 01:57:06 +08:00
parent cadababab5
commit 946c19f876
35 changed files with 65 additions and 66 deletions

View File

@@ -2,7 +2,7 @@
#include "Panels/EditorPanelServices.h"
#include "UtilityWindows/EditorUtilityWindowRuntime.h"
#include "EditorColorPickerToolState.h"
#include "State/EditorColorPickerToolState.h"
#include <XCEditor/Collections/UIEditorScrollView.h>
#include <XCEditor/Fields/UIEditorFieldStyle.h>
#include <XCEditor/Foundation/UIEditorPanelInputFilter.h>
@@ -12,7 +12,7 @@
#include "Inspector/Components/InspectorComponentEditorRegistry.h"
#include "EditorSceneRuntime.h"
#include "Project/EditorProjectRuntime.h"
#include "EditorCommandFocusService.h"
#include "State/EditorCommandFocusService.h"
#include <algorithm>
#include <cmath>