This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

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

(-)org/netbeans/core/windows/view/EditorView.java (-1 / +1 lines)
Lines 72-78 Link Here
72
        }
72
        }
73
73
74
        // Workaround for #42640
74
        // Workaround for #42640
75
        if (EditorView.IS_GTK && !editorAreaComponent.isValid()) {
75
        if (EditorView.IS_GTK) {
76
            editorAreaComponent.repaint();
76
            editorAreaComponent.repaint();
77
        }
77
        }
78
        return editorAreaComponent;
78
        return editorAreaComponent;

Return to bug 67678