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 239990
Collapse All | Expand All

(-)a/editor.search/src/org/netbeans/modules/editor/search/SearchComboBoxEditor.java (+1 lines)
Lines 198-203 Link Here
198
        }
198
        }
199
        LOG.log(Level.FINE, "Changed editorkit - Set Font: Name: {0}, Size: {1}\n", new Object[]{editorPane.getFont().getFontName(), editorPane.getFont().getSize()}); //NOI18N
199
        LOG.log(Level.FINE, "Changed editorkit - Set Font: Name: {0}, Size: {1}\n", new Object[]{editorPane.getFont().getFontName(), editorPane.getFont().getSize()}); //NOI18N
200
        editorPane.setFont(referenceTextField.getFont());
200
        editorPane.setFont(referenceTextField.getFont());
201
        editorPane.setCaretColor(referenceTextField.getCaretColor());
201
        LOG.log(Level.FINE, "Changed editorkit - Set Font: Name: {0}, Size: {1}\n", new Object[]{editorPane.getFont().getFontName(), editorPane.getFont().getSize()}); //NOI18N
202
        LOG.log(Level.FINE, "Changed editorkit - Set Font: Name: {0}, Size: {1}\n", new Object[]{editorPane.getFont().getFontName(), editorPane.getFont().getSize()}); //NOI18N
202
    }
203
    }
203
204

Return to bug 239990