Skip to content

Commit 31d5fa2

Browse files
committed
Remove redundant resizing.
1 parent b45b397 commit 31d5fa2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import ch.cyberduck.binding.foundation.NSArray;
2727
import ch.cyberduck.binding.foundation.NSEnumerator;
2828
import ch.cyberduck.binding.foundation.NSMutableArray;
29-
import ch.cyberduck.binding.foundation.NSNotification;
3029
import ch.cyberduck.binding.foundation.NSObject;
3130
import ch.cyberduck.core.preferences.Preferences;
3231
import 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;

0 commit comments

Comments
 (0)