feat: added releasing all processes when closing the popup view

This commit is contained in:
Serhiy Mytrovtsiy
2023-07-06 18:21:29 +02:00
parent fc2f9ea653
commit 8a98cfd645
6 changed files with 26 additions and 1 deletions

View File

@@ -154,6 +154,8 @@ private class Popup: NSStackView, Popup_p {
}
public func settings() -> NSView? { return nil }
public func appear() {}
public func disappear() {}
@objc private func reinit() {
self.subviews.forEach({ $0.removeFromSuperview() })