mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
fix: reparenting after BrowserWindow.destroy() (#39062)
fix: reparenting after BrowserWindow.destroy()
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user