File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
osx/src/main/java/ch/cyberduck/ui/cocoa/controller Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -834,7 +834,7 @@ public int getSelectionCount() {
834834 }
835835
836836 @ Override
837- public void setWindow (NSWindow window ) {
837+ public void setWindow (final NSWindow window ) {
838838 // Save frame rectangle
839839 window .setFrameAutosaveName ("Browser" );
840840 window .setMiniwindowImage (IconCacheFactory .<NSImage >get ().iconNamed ("cyberduck-document.icns" ));
@@ -849,9 +849,9 @@ public void setWindow(NSWindow window) {
849849 if (window .respondsToSelector (Foundation .selector ("setTitlebarSeparatorStyle:" ))) {
850850 window .setTitlebarSeparatorStyle (NSWindow .NSTitlebarSeparatorStyle .NSTitlebarSeparatorStyleNone );
851851 }
852- super .setWindow (window );
853852 // Accept file promises from history tab
854853 window .registerForDraggedTypes (NSArray .arrayWithObject (NSPasteboard .FilesPromisePboardType ));
854+ super .setWindow (window );
855855 }
856856
857857 @ Override
You can’t perform that action at this time.
0 commit comments