editor: remove shared panel services bag

This commit is contained in:
2026-04-29 13:10:03 +08:00
parent a3a80dff8f
commit a8e1a2b097
18 changed files with 202 additions and 206 deletions

View File

@@ -67,9 +67,8 @@ EditorUtilityWindowContentController::UpdateAndAppend(
return {};
}
EditorPanelServices services = context.frameServices.BuildPanelServices();
m_panel->Update(
services,
context.frameServices,
EditorUtilityWindowHostContext{
.mounted = true,
.bounds = context.bounds,