|
From: | cvs-commit at developer dot classpath dot org |
Subject: | [Bug swing/29036] TEXT_LAYOUT_CACHE is preventing font update after UI change |
Date: | 21 Sep 2006 08:14:26 -0000 |
------- Comment #2 from cvs-commit at developer dot classpath dot org 2006-09-21 08:14 ------- Subject: Bug 29036 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke <rabbit78> 06/09/21 08:12:04 Modified files: . : ChangeLog javax/swing/plaf/metal: DefaultMetalTheme.java Log message: 2006-09-20 Roman Kennke <address@hidden> PR 29036 * javax/swing/plaf/metal/DefaultMetalTheme.java (PLAIN_CONTROL_TEXT_FONT): New constant field. (BOLD_CONTROL_TEXT_FONT): New constant field. (PLAIN_MENU_TEXT_FONT): New constant field. (BOLD_MENU_TEXT_FONT): New constant field. (controlTextFont): Removed. (menuTextFont): Removed. (CONTROL_TEXT_FONT): New constant field. (MENU_TEXT_FONT): New constant field. (getControlTextFont): Use getFont() helper method for fetching the correct font. (getMenuTextFont): Use getFont() helper method for fetching the correct font. (getFont): New helper method. (isBoldMetal): New helper method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8582&r2=1.8583 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/DefaultMetalTheme.java?cvsroot=classpath&r1=1.5&r2=1.6 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29036
[Prev in Thread] | Current Thread | [Next in Thread] |