We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb7987d + c149fe7 commit 49bb72dCopy full SHA for 49bb72d
1 file changed
binding/src/main/java/ch/cyberduck/binding/WindowController.java
@@ -89,6 +89,8 @@ public void setWindow(final NSWindow window) {
89
this.window.recalculateKeyViewLoop();
90
this.window.setReleasedWhenClosed(true);
91
this.window.setDelegate(this.id());
92
+ this.window.setCollectionBehavior(window.collectionBehavior()
93
+ | NSWindow.NSWindowCollectionBehavior.NSWindowCollectionBehaviorTransient);
94
}
95
96
public NSWindow window() {
0 commit comments