fix(new_editor/docking): restore cross-window drop preview
This commit is contained in:
@@ -77,6 +77,15 @@ const UIEditorShellInteractionState& EditorWindow::GetShellInteractionState() co
|
||||
return m_composition.shellRuntime.GetShellInteractionState();
|
||||
}
|
||||
|
||||
void EditorWindow::SetExternalDockHostDropPreview(
|
||||
const Widgets::UIEditorDockHostDropPreviewState& preview) {
|
||||
m_composition.shellRuntime.SetExternalDockHostDropPreview(preview);
|
||||
}
|
||||
|
||||
void EditorWindow::ClearExternalDockHostDropPreview() {
|
||||
m_composition.shellRuntime.ClearExternalDockHostDropPreview();
|
||||
}
|
||||
|
||||
void EditorWindow::AttachHwnd(HWND hwnd) {
|
||||
m_window.hwnd = hwnd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user