Refine editor window host structure and utility chrome
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include "Platform/Win32/Windowing/EditorWindow.h"
|
||||
#include "Bootstrap/EditorResources.h"
|
||||
#include "Platform/Win32/Chrome/EditorWindowChromeController.h"
|
||||
#include "Platform/Win32/Content/EditorWindowContentController.h"
|
||||
#include "Windowing/Content/EditorWindowContentController.h"
|
||||
#include "Platform/Win32/Runtime/EditorWindowFrameDriver.h"
|
||||
#include "Platform/Win32/Windowing/EditorWindowSession.h"
|
||||
#include "Platform/Win32/Windowing/EditorWindowSupport.h"
|
||||
#include "Platform/Win32/Runtime/EditorWindowFrameOrchestrator.h"
|
||||
#include "Windowing/Frame/EditorWindowFrameOrchestrator.h"
|
||||
#include "Platform/Win32/Runtime/EditorWindowInputController.h"
|
||||
#include "Platform/Win32/Runtime/EditorWindowRuntimeController.h"
|
||||
#include "Composition/EditorContext.h"
|
||||
@@ -219,6 +219,7 @@ bool EditorWindow::Initialize(
|
||||
Host::RefreshBorderlessWindowDwmDecorations(m_session->GetHwnd());
|
||||
m_chromeController->Reset();
|
||||
m_chromeController->SetWindowDpi(QueryWindowDpi(m_session->GetHwnd()));
|
||||
m_chromeController->InitializeWindowChrome(*this);
|
||||
m_runtime->SetDpiScale(GetDpiScale());
|
||||
|
||||
std::ostringstream dpiTrace = {};
|
||||
|
||||
Reference in New Issue
Block a user