View | Details | Raw Unified | Return to bug 96428
Collapse All | Expand All

(-)WorkbenchWindow.java (-1 / +1 lines)
Lines 840-846 Link Here
840
    protected void configureShell(Shell shell) {
840
    protected void configureShell(Shell shell) {
841
        super.configureShell(shell);
841
        super.configureShell(shell);
842
842
843
        detachedWindowShells = new ShellPool(shell, SWT.TOOL | SWT.TITLE | SWT.MIN | SWT.MAX | SWT.RESIZE | getDefaultOrientation());
843
        detachedWindowShells = new ShellPool(null, SWT.TITLE | SWT.MIN | SWT.MAX | SWT.RESIZE | getDefaultOrientation());
844
        
844
        
845
        String title = getWindowConfigurer().basicGetTitle();
845
        String title = getWindowConfigurer().basicGetTitle();
846
        if (title != null) {
846
        if (title != null) {

Return to bug 96428