cvs -q diff -u -N Index: libsrc/org/netbeans/editor/EditorUI.java =================================================================== RCS file: /cvs/editor/libsrc/org/netbeans/editor/EditorUI.java,v retrieving revision 1.83 diff -u -r1.83 EditorUI.java --- libsrc/org/netbeans/editor/EditorUI.java 24 Nov 2005 14:32:59 -0000 1.83 +++ libsrc/org/netbeans/editor/EditorUI.java 12 Dec 2005 14:08:23 -0000 @@ -243,6 +243,9 @@ this.usePrintColoringMap = false; Settings.addSettingsChangeListener(this); + + // Need to update the line height early so that DrawEngineLineView can access it + updateLineHeight(); focusL = new FocusAdapter() { public void focusGained(FocusEvent evt) {