fix: reparenting after BrowserWindow.destroy()
(#39062)
fix: reparenting after BrowserWindow.destroy()
This commit is contained in:
parent
fa5b1be6f3
commit
695fcf3cb2
4 changed files with 46 additions and 9 deletions
|
@ -157,7 +157,7 @@ class NativeWindowMac : public NativeWindow,
|
|||
bool IsActive() const override;
|
||||
// Remove the specified child window without closing it.
|
||||
void RemoveChildWindow(NativeWindow* child) override;
|
||||
void RemoveChildFromParentWindow(NativeWindow* child);
|
||||
void RemoveChildFromParentWindow() override;
|
||||
// Attach child windows, if the window is visible.
|
||||
void AttachChildren() override;
|
||||
// Detach window from parent without destroying it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue