summaryrefslogtreecommitdiffstats
path: root/src/ui/window.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.rs')
-rw-r--r--src/ui/window.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.rs b/src/ui/window.rs
index 0615df9..496bd7b 100644
--- a/src/ui/window.rs
+++ b/src/ui/window.rs
@@ -161,6 +161,7 @@ impl Drop for Window {
// container.
self.frame.remove(&child);
}
+
self.frame.destroy();
if let Some(ref win) = self.external_win {