refactor(new_editor): streamline internal layout and command routing
This commit is contained in:
@@ -28,6 +28,7 @@ void EditorShellRuntime::SetViewportSurfacePresentationEnabled(bool enabled) {
|
||||
void EditorShellRuntime::Shutdown() {
|
||||
m_shellFrame = {};
|
||||
m_shellInteractionState = {};
|
||||
m_splitterDragCorrectionState = {};
|
||||
m_traceEntries.clear();
|
||||
m_viewportHostService.Shutdown();
|
||||
m_builtInIcons.Shutdown();
|
||||
@@ -36,6 +37,7 @@ void EditorShellRuntime::Shutdown() {
|
||||
void EditorShellRuntime::ResetInteractionState() {
|
||||
m_shellFrame = {};
|
||||
m_shellInteractionState = {};
|
||||
m_splitterDragCorrectionState = {};
|
||||
m_traceEntries.clear();
|
||||
m_hierarchyPanel.ResetInteractionState();
|
||||
m_projectPanel.ResetInteractionState();
|
||||
|
||||
Reference in New Issue
Block a user