File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
binding/src/main/java/ch/cyberduck/binding Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 2626import ch .cyberduck .binding .foundation .NSArray ;
2727import ch .cyberduck .binding .foundation .NSEnumerator ;
2828import ch .cyberduck .binding .foundation .NSMutableArray ;
29- import ch .cyberduck .binding .foundation .NSNotification ;
3029import ch .cyberduck .binding .foundation .NSObject ;
3130import ch .cyberduck .core .preferences .Preferences ;
3231import ch .cyberduck .core .preferences .PreferencesFactory ;
@@ -66,12 +65,6 @@ public abstract class ToolbarWindowController extends WindowController implement
6665 */
6766 protected abstract Map <Label , NSView > getPanels ();
6867
69- @ Override
70- public void windowDidBecomeKey (NSNotification notification ) {
71- this .resize ();
72- super .windowDidBecomeKey (notification );
73- }
74-
7568 protected static class Label {
7669 public String identifier ;
7770 public String label ;
You can’t perform that action at this time.
0 commit comments