src/Tools/jEdit/patches/jedit-4.4.1/render_context
changeset 47172 9fc17f9ccd6c
parent 47171 80c432404204
parent 47158 d317a71f24d5
child 47173 08d1724a63e4
child 47177 2fa00264392a
child 47187 97db4b6b6a2c
equal deleted inserted replaced
47171:80c432404204 47172:9fc17f9ccd6c
     1 diff -ru 4.4.1/jEdit/org/gjt/sp/jedit/gui/PanelWindowContainer.java 4.4.1/jEdit-patched/org/gjt/sp/jedit/gui/PanelWindowContainer.java
       
     2 --- 4.4.1/jEdit/org/gjt/sp/jedit/gui/PanelWindowContainer.java	2011-06-21 01:28:56.000000000 +0200
       
     3 +++ 4.4.1/jEdit-patched/org/gjt/sp/jedit/gui/PanelWindowContainer.java	2011-06-22 16:18:43.000000000 +0200
       
     4 @@ -646,7 +646,7 @@
       
     5  			this.font = font;
       
     6  
       
     7  			FontRenderContext fontRenderContext
       
     8 -				= new FontRenderContext(null,true,true);
       
     9 +				= new FontRenderContext(null,true,false);
       
    10  			glyphs = font.createGlyphVector(fontRenderContext,text);
       
    11  			width = (int)glyphs.getLogicalBounds().getWidth() + 4;
       
    12  			//height = (int)glyphs.getLogicalBounds().getHeight();
       
    13