Harden editor app windowing boundary

This commit is contained in:
2026-04-26 16:01:07 +08:00
parent f4afaf184e
commit ac626d48c4
31 changed files with 473 additions and 553 deletions

View File

@@ -28,6 +28,7 @@ public:
const UIEditorWindowWorkspaceSet& GetWindowSet() const {
return m_windowSet;
}
UIEditorWindowWorkspaceState* FindMutableWindowState(std::string_view windowId);
private:
UIEditorPanelRegistry m_panelRegistry = {};