Refactor editor panel services boundary
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "Windowing/Content/EditorUtilityWindowContentController.h"
|
||||
|
||||
#include "Composition/EditorContext.h"
|
||||
#include "Core/UtilityWindows/EditorUtilityWindowRuntime.h"
|
||||
|
||||
#include <XCEngine/UI/DrawData.h>
|
||||
@@ -67,8 +68,9 @@ EditorUtilityWindowContentController::UpdateAndAppend(
|
||||
return {};
|
||||
}
|
||||
|
||||
EditorPanelServices services = context.editorContext.BuildPanelServices();
|
||||
m_panel->Update(
|
||||
context.editorContext,
|
||||
services,
|
||||
EditorUtilityWindowHostContext{
|
||||
.mounted = true,
|
||||
.bounds = context.bounds,
|
||||
|
||||
Reference in New Issue
Block a user