Skip to content

Commit 49bb72d

Browse files
authored
Merge pull request #1054 from iterate-ch/master
[pull] master from iterate-ch:master
2 parents eb7987d + c149fe7 commit 49bb72d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

binding/src/main/java/ch/cyberduck/binding/WindowController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ public void setWindow(final NSWindow window) {
8989
this.window.recalculateKeyViewLoop();
9090
this.window.setReleasedWhenClosed(true);
9191
this.window.setDelegate(this.id());
92+
this.window.setCollectionBehavior(window.collectionBehavior()
93+
| NSWindow.NSWindowCollectionBehavior.NSWindowCollectionBehaviorTransient);
9294
}
9395

9496
public NSWindow window() {

0 commit comments

Comments
 (0)