Refine editor frame services seam
This commit is contained in:
@@ -247,7 +247,12 @@ bool Application::Initialize(HINSTANCE hInstance, int nCmdShow) {
|
||||
*m_resourceService,
|
||||
*m_windowHostRuntime,
|
||||
std::move(workspaceShellRuntimeFactory),
|
||||
App::CreateEditorUtilityWindowPanel);
|
||||
[this](App::EditorUtilityWindowKind kind) {
|
||||
return App::CreateEditorUtilityWindowPanel(
|
||||
kind,
|
||||
m_editorContext->GetColorPickerToolState(),
|
||||
m_editorContext->GetSceneRuntime());
|
||||
});
|
||||
|
||||
m_editorContext->SetExitRequestHandler([this]() {
|
||||
if (m_windowManager == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user